diff options
| author | RblSb <msrblsb@gmail.com> | 2020-05-13 09:02:31 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-05-13 09:02:31 +0300 |
| commit | 0e3f5b5d2ca586841b1640e721f8d6789635d801 (patch) | |
| tree | fac7830b28b8ee1ea0226cefa63a87c4a3565c64 /res/css | |
| parent | aeace14869947769a2688008e05cf7f51e9cf1a4 (diff) | |
Minor style changes
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/cytube.css | 2 | ||||
| -rw-r--r-- | res/css/des.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/res/css/cytube.css b/res/css/cytube.css index a550826..faa5ebb 100644 --- a/res/css/cytube.css +++ b/res/css/cytube.css @@ -131,7 +131,7 @@ border-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; - border-top: 1px solid #2c2e31; + border-top: 1px solid #242628; padding-left: 5px; padding-right: 5px; } diff --git a/res/css/des.css b/res/css/des.css index b406484..58e0570 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -200,7 +200,7 @@ body { font-size:14px; line-height:1.42857143; color:#c8c8c8; - background-color: #272b30; + background-color: #21252A; } input, button, textarea { font-family:inherit; @@ -995,7 +995,7 @@ a:hover, a:focus { } .queue_entry { background-color: #16191C; - border-color: #2c2e31; + border-color: #242628; } .queue_entry.queue_active { background-color: #1f2224; |
