aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 2dd48d9b..4f2a806b 100644
--- a/styles.css
+++ b/styles.css
@@ -125,3 +125,8 @@ footer {
125.cushion-below { 125.cushion-below {
126 padding-bottom: 2em; 126 padding-bottom: 2em;
127} 127}
128
129.invert {
130 -webkit-filter: invert(100%);
131 filter: invert(100%);
132}