summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
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;
+}