diff options
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%; |