summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css
index 8c8559f..6ad3fd2 100644
--- a/style.css
+++ b/style.css
@@ -2,7 +2,11 @@ body {
font-family: sans;
}
-.columns {
+a {
+ text-decoration: none;
+}
+
+ul {
columns: 300px;
}