summaryrefslogtreecommitdiff
path: root/static/styles/base.css
diff options
context:
space:
mode:
authorJannick <[email protected]>2024-04-29 11:31:51 +0200
committerJannick <[email protected]>2024-04-29 11:31:51 +0200
commit22b0b52f8f98a68b08111802c4edcb30b692bcb0 (patch)
tree4924df0312b5f4fb78796b080c35039ec5870732 /static/styles/base.css
parent51ee6bae10c4a01b56f063c133a18c380ff3d23e (diff)
parent692a7fc3a5b4e6c655732c1b29274b66bea515d9 (diff)
Merge branch 'main' of github.com:linnnus/blind-guild
Diffstat (limited to 'static/styles/base.css')
-rw-r--r--static/styles/base.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/styles/base.css b/static/styles/base.css
index f9b1ae6..2ae562e 100644
--- a/static/styles/base.css
+++ b/static/styles/base.css
@@ -60,3 +60,14 @@ footer {
font-size: small;
margin: 1rem;
}
+
+/* Chill link styling */
+a {
+ /* dark and twisted color, lighter for contrast */
+ color: #a27d7d;
+ text-decoration: underline;
+}
+
+a:visited {
+ color: inherit;
+}