summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css
index 0d2384e..fbd6e67 100644
--- a/style.css
+++ b/style.css
@@ -154,4 +154,14 @@ a.evil:hover {
.no-bullets {
list-style-type: none;
padding-left: 0;
+}
+
+.white-on-red {
+ color: white;
+ background-color: red;
+}
+
+.red-on-white {
+ color: red;
+ background-color: white;
} \ No newline at end of file