diff options
-rw-r--r-- | styles/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css index a24fbd9..92090c0 100644 --- a/styles/style.css +++ b/styles/style.css @@ -13,6 +13,10 @@ small { color: #333; } +.header > small { + color: #bde; +} + a:hover { color:#373737; text-decoration: none; |