forked from wezm/wezm.net
Tone down the blackness of the header a bit
This commit is contained in:
parent
68f311aaf8
commit
c9a5feb35e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ pre {
|
||||||
-webkit-border-bottom-right-radius: 1em;
|
-webkit-border-bottom-right-radius: 1em;
|
||||||
-moz-border-bottom-right-radius: 1em;
|
-moz-border-bottom-right-radius: 1em;
|
||||||
border-bottom-right-radius: 1em;
|
border-bottom-right-radius: 1em;
|
||||||
background-color: black;
|
background-color: #1C1C1C;
|
||||||
}
|
}
|
||||||
#header a {
|
#header a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in a new issue