diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
