summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-23 17:09:42 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-23 17:09:42 +0000
commitc43fd1ed2f9ee64f0435e634cd4b762905f2d296 (patch)
treea1df5630b7cfa4b5feeba729068015de54503a87 /style.css
parentd0be21a975dfd7b3a927379fa97096821915a89e (diff)
tweaks
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index 02c51f7..4c21a0d 100644
--- a/style.css
+++ b/style.css
@@ -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";