diff options
author | Piotr Dobrowolski <admin@tastycode.pl> | 2020-08-25 18:48:56 +0200 |
---|---|---|
committer | Piotr Dobrowolski <admin@tastycode.pl> | 2020-08-25 18:48:56 +0200 |
commit | 3d4ba496cfce95e2201abc1791784d463b647c9c (patch) | |
tree | 541a00592eaec6b22b4ce0acde48e9c52307e8dd | |
parent | ed0de8f6a309f293c71e7b0c9c979c2824c350d0 (diff) | |
download | checkinator-3d4ba496cfce95e2201abc1791784d463b647c9c.tar.gz checkinator-3d4ba496cfce95e2201abc1791784d463b647c9c.tar.bz2 checkinator-3d4ba496cfce95e2201abc1791784d463b647c9c.tar.xz checkinator-3d4ba496cfce95e2201abc1791784d463b647c9c.zip |
css adjustments by q3kdifferential_update
-rw-r--r-- | static/css/basic.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/basic.css b/static/css/basic.css index 54a0c94..a822965 100644 --- a/static/css/basic.css +++ b/static/css/basic.css @@ -1,7 +1,7 @@ body { margin: 5% auto; - background: #f2f2f2; - color: #444444; + background: #f8f8f8; + color: #222; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; @@ -14,8 +14,8 @@ code { } a { - border-bottom: 1px solid #444444; - color: #444444; + border-bottom: 1px solid #222; + color: #222; text-decoration: none; } |