summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-21 22:52:12 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-21 22:52:12 +0400
commite53f432491b39bc83c35c3ed421c556a380bdd3d (patch)
tree5fc60268d44ce5ae5e9e91195b7ea3bf0e0e53dd
parent08381bde7fd25831ab69506003e394555ddb1bbd (diff)
style.css: bold text on mouse hover removed
-rw-r--r--style.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/style.css b/style.css
index 004316e..99c54fe 100644
--- a/style.css
+++ b/style.css
@@ -31,7 +31,6 @@ a {
}
a:hover {
- font-weight: bold;
color: #B48EAD; /* Purple */
}