diff options
author | Aaron Ball <nullspoon@oper.io> | 2019-03-15 09:10:52 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2019-03-15 09:13:00 -0600 |
commit | 24bc19278e0a0c9c47ef7c40c47e193453079abb (patch) | |
tree | 5e5bceab4ad2db1ded2a86d098eae75e35a7bbb0 /res | |
parent | 60cd273609fef6e5ce243d3adc98cb2548c845f1 (diff) | |
download | oper.io-24bc19278e0a0c9c47ef7c40c47e193453079abb.tar.gz oper.io-24bc19278e0a0c9c47ef7c40c47e193453079abb.tar.xz |
Lightened color classes by 3 hex.
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/res/style.css b/res/style.css index 5d9197a..abeb4a8 100644 --- a/res/style.css +++ b/res/style.css @@ -2,7 +2,7 @@ html, body { color:#3f3b33; font-family:"Dejavu Sans", sans-serif; - background-color:#292929; + /*background-color:#292929;*/ font-size:16px; margin:0px; padding:0px; @@ -77,10 +77,13 @@ h6 a.link { -span.line-through { +span.line-through, +.strikethrough, +.strike { text-decoration: line-through; } + span.monospaced { font-family:monospace; background-color:#e0e0e0; @@ -94,19 +97,19 @@ span.monospaced { * Text Styles */ span.green { - color:#33bb33; + color:#66dd66; } span.blue { - color:#3333bb; + color:#6666dd; } span.red { - color:#bb3333; + color:#dd6666; } span.yellow { - color:#bbbb33; + color:#dddd66; } |