Skip to content

Commit

Permalink
website ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0uch committed Aug 2, 2019
1 parent 0d0f187 commit d0dfe10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/stylesheets/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tbody tr:nth-of-type(2n) {
}

header {
background-color: color(var(--color-literal) lightness(- 20%));
background-color: color(var(--color-literal) lightness(- 8%) saturation(- 12%));
position: fixed;
z-index: 100;
top: 0;
Expand Down Expand Up @@ -272,7 +272,7 @@ nav li:last-of-type {
}

nav li::before {
content: '\2013';
content: '\2022';
color: var(--color-light);
margin-right: calc(1em / 3);
}
Expand Down

0 comments on commit d0dfe10

Please sign in to comment.