aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..0566182
--- /dev/null
+++ b/style.css
@@ -0,0 +1,33 @@
+body {
+ font-family: sans-serif;
+}
+
+a {
+ color: blue;
+}
+
+table {
+ border-collapse: collapse;
+}
+
+tr:first-child {
+ border-bottom: 1px solid black;
+}
+
+th, td {
+ padding-right: 1em;
+ text-align: left;
+ vertical-align: top;
+}
+
+td.description {
+ font-size: 85%;
+}
+
+#keyword-filters {
+ column-width: 20em;
+}
+
+.filtered-keyword {
+ color: gray;
+}