Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
0x8890 committed Jan 27, 2017
1 parent 8ae96df commit 76c498e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions website/page.css
Expand Up @@ -110,18 +110,6 @@ header > div {
border-top: 1px var(--color-fade) solid;
}

header > div::before {
content: ' ';
display: block;
background: var(--color-fade);
height: 2px;
width: 100%;
left: 0;
top: -3px;
position: absolute;
opacity: calc(1 / 5);
}

header > div::after {
content: ' ';
display: block;
Expand Down

0 comments on commit 76c498e

Please sign in to comment.