diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-24 19:44:43 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-24 19:44:43 -0700 |
commit | 860fed5d03faa3e88ddd2357803e6b5a440efc8f (patch) | |
tree | 87d92b97affd78eed4b085961aaf15ed1251da0c /web/static/style.css | |
parent | abe6abebf502b2c3aebdbe5a8311fe6e2a35053f (diff) | |
download | dartboat-860fed5d03faa3e88ddd2357803e6b5a440efc8f.tar.gz dartboat-860fed5d03faa3e88ddd2357803e6b5a440efc8f.tar.xz |
web: enforce double out; hide suggested for bot; ui updates
Diffstat (limited to 'web/static/style.css')
-rw-r--r-- | web/static/style.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/web/static/style.css b/web/static/style.css index a4572d8..2a3d60b 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -104,7 +104,7 @@ div#p2-info { } div#p1-info.active, div#p2-info.active { - background-color: #2d3d0b; + background-color: #304010; } div#p1-rem, div#p2-rem { @@ -187,13 +187,13 @@ div.key { @media (hover: hover) and (pointer: fine) { div.key:hover { - background-color: #32440c; + background-color: #304010; } } div.key:active { color: #fff; - background-color: #3b500e; + background-color: #384810; } div.key.active { @@ -329,17 +329,17 @@ div#visits div { div#visits .visit-col1 { grid-column: 2; } div#visits .visit-col3 { color: #666; grid-column: 4; } -div#visits .p0 { color: #ee0016; } -div#visits .p20 { color: #ee6400; } -div#visits .p40 { color: #ee9600; } -div#visits .p60 { color: #cccc16; } -div#visits .p100 { color: #64cc16; } -div#visits .p140 { color: #64ee16; } -div#visits .p180 { color: #64ee16; font-weight: bold; } +div#visits .p0 { color: #e00018; } +div#visits .p20 { color: #e06000; } +div#visits .p40 { color: #e09800; } +div#visits .p60 { color: #e0e018; } +div#visits .p100 { color: #78c018; } +div#visits .p140 { color: #20e018; } +div#visits .p180 { color: #20e018; font-weight: bold; } div#visits .visit-col6 { color: #666; justify-content: left; font-family: monospace; white-space: pre; } .modal { - background-color: rgba(0, 0, 0, 0.6); + background-color: #000a; width: 100%; height: 100%; |