Skip to content

Commit

Permalink
Merge pull request #57 from Open-Data-Product-Initiative/new-brand
Browse files Browse the repository at this point in the history
New brand
  • Loading branch information
kyyberi authored Sep 7, 2024
2 parents 732335e + da18c3c commit d3d12c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ html, body {
padding-bottom: 0.5em;
margin-bottom: $h1-margin-bottom;
margin-top: 2em;
border-top: 1px solid #FCB601;
border-bottom: 1px solid #FCB601;
border-top: 0px solid #FCB601;
border-bottom: 0px solid #FCB601;
background-color: #144378; // #5F1C87
color:#eee;
margin-right: 1px;
Expand All @@ -375,10 +375,10 @@ html, body {
font-size: 19px;
margin-top: 4em;
margin-bottom: 20px;
border-top: 1px solid #ccc;
border-top: 0px solid #ccc;
padding-top: 1.2em;
padding-bottom: 1.2em;
background-color:#eee;
background-color: transparent;
margin-right: 1px;

}
Expand Down

0 comments on commit d3d12c1

Please sign in to comment.