Skip to content

Commit

Permalink
Merge branch 'master' into head-custom
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr authored Jul 26, 2021
2 parents 15e742d + e7c171f commit 93ffa4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/jekyll-theme-modernist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

html {
background:#6C7989;
background: #6C7989 linear_gradient(#6C7989, #434B55) fixed;
background: #6C7989 linear-gradient(#6C7989, #434B55) fixed;
height: 100%;
}

Expand Down Expand Up @@ -47,7 +47,7 @@ strong {
header {
border-radius: 8px 8px 0 0;
background:#C6EAFA;
background: linear_gradient(#DDFBFC, #C6EAFA);
background: linear-gradient(#DDFBFC, #C6EAFA);
position:relative;
padding:15px 20px;
border-bottom:1px solid #B2D2E1;
Expand Down Expand Up @@ -98,7 +98,7 @@ header {
height:38px;
padding:1px 0;
background:#5198DF;
background: linear_gradient(#77B9FB, #3782CD);
background: linear-gradient(#77B9FB, #3782CD);
border-radius:5px;
box-shadow: inset rgba(#fff, 0.45) 0 1px 0, inset rgba(#000, 0.2) 0 -1px 0;
width:auto;
Expand Down Expand Up @@ -163,7 +163,7 @@ section {
padding:15px 20px;
font-size:15px;
border-top:1px solid #fff;
background: linear_gradient(#fafafa, #DEDEDE 700px);
background: linear-gradient(#fafafa, #DEDEDE 700px);
border-radius: 0 0 8px 8px;
position:relative;
}
Expand Down

0 comments on commit 93ffa4c

Please sign in to comment.