diff options
author | Alex Legler <alex@a3li.li> | 2014-12-25 23:11:04 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2014-12-25 23:11:04 +0100 |
commit | 18745efda408af23a06a2431c91a1dd311a86899 (patch) | |
tree | e0d92318a0d2d71754623bcd987a4cb5127e64cd /main.css | |
parent | Bit more bottom padding on the box headers to accomodate tags (diff) | |
download | skin-tyrian-18745efda408af23a06a2431c91a1dd311a86899.tar.gz skin-tyrian-18745efda408af23a06a2431c91a1dd311a86899.tar.bz2 skin-tyrian-18745efda408af23a06a2431c91a1dd311a86899.zip |
Add .white
Diffstat (limited to 'main.css')
-rw-r--r-- | main.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -96,4 +96,8 @@ pre.captioned { pre > pre { font-size: 1em !important; margin: 0 !important; -}
\ No newline at end of file +} + +.white { + color: #fff !important; +} |