summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css
index 72b0700..f100eaf 100644
--- a/style.css
+++ b/style.css
@@ -26,7 +26,9 @@ p {
a {
color: #fabd2f;
text-decoration: none;
- font-weight: 550;
+}
+a:hover {
+ text-decoration: underline;
}
img {
max-width: 100%;