diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,9 @@ p { a { color: #fabd2f; text-decoration: none; - font-weight: 550; +} +a:hover { + text-decoration: underline; } img { max-width: 100%; |