mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +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;
|
||||
color: white;
|
||||
padding: 0.5em;
|
||||
background-color: #1C1C1C;
|
||||
background: #1C1C1C url(/images/texture.png) repeat-y top left;
|
||||
background
|
||||
}
|
||||
#header a {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue