diff options
Diffstat (limited to 'stylesheets/index.css')
| -rw-r--r-- | stylesheets/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stylesheets/index.css b/stylesheets/index.css index 8e6f167..dcacc72 100644 --- a/stylesheets/index.css +++ b/stylesheets/index.css @@ -2,6 +2,10 @@ body { background: no-repeat 70% 30%/cover black url('/images/index/bg1k.jpg'); } +body > header.banner:hover > a { + color: #e4b63a; +} + main { position: relative; } |
