diff options
author | Piotr Dobrowolski <admin@tastycode.pl> | 2020-08-22 18:53:42 +0200 |
---|---|---|
committer | Piotr Dobrowolski <admin@tastycode.pl> | 2020-08-22 18:53:42 +0200 |
commit | ed0de8f6a309f293c71e7b0c9c979c2824c350d0 (patch) | |
tree | d4518360567fcbdb7fda64c771438a61a5775f47 | |
parent | e0e6a729401390950f995ec77dd17b2991a55f0b (diff) | |
download | checkinator-ed0de8f6a309f293c71e7b0c9c979c2824c350d0.tar.gz checkinator-ed0de8f6a309f293c71e7b0c9c979c2824c350d0.tar.bz2 checkinator-ed0de8f6a309f293c71e7b0c9c979c2824c350d0.zip |
colors touchup
-rw-r--r-- | static/css/basic.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/basic.css b/static/css/basic.css index 77b0f06..54a0c94 100644 --- a/static/css/basic.css +++ b/static/css/basic.css @@ -38,9 +38,9 @@ table.devices, .devices td, .devices th { } td.invisible { - background-color: red + background-color: #fbb } td.visible { - background-color: green + background-color: #bfb } |