diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -176,6 +176,7 @@ img { a { font-size: inherit; color: #394f49; + text-decoration: none; } @@ -219,6 +220,12 @@ header { color: #657c76; } +a:hover{ + color: #2c3d38; + text-decoration: underline; +} + + .reviews_quote { font-size: 1.3rem; font-family: "Franklin-Italic"; |