mirror of
https://github.com/wezm/wezm.net.git
synced 2024-12-18 18:29:54 +00:00
Add background texture to header
This commit is contained in:
parent
93e5c9d11c
commit
01fe9c0b5c
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,8 @@ pre {
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
background-color: #1C1C1C;
|
background: #1C1C1C url(/images/texture.png) repeat-y top left;
|
||||||
|
background
|
||||||
}
|
}
|
||||||
#header a {
|
#header a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in a new issue