summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
authorstale <redkugelblitzin@gmail.com>2022-05-29 20:45:03 -0300
committerstale <redkugelblitzin@gmail.com>2022-05-29 20:45:03 -0300
commitbcd5764aa03e128e06c355272b7b81eac8d4501d (patch)
tree44e1076c24680325a02317c29d4838c547a6c49d /assets/style.css
parent8e8fb7c45e8088843b71cb55fede723b2f9c7ff2 (diff)
improved pubs listing, many minor fixes
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index d217b8d..52a2021 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -36,3 +36,13 @@ body {
padding: 0.1em 0.1em;
}
+#rlist a {
+ text-decoration: none;
+ line-height: 0.4;
+ color: #dfdfff;
+ background-color: #3c3c3c;
+}
+
+a :visited {
+ color: inherit;
+}