diff options
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/darktheme.css | 4 | ||||
| -rw-r--r-- | assets/css/default.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/darktheme.css b/assets/css/darktheme.css index dce2cb91..1b70956b 100644 --- a/assets/css/darktheme.css +++ b/assets/css/darktheme.css @@ -28,6 +28,10 @@ body { color: rgba(35, 35, 35, 1); } +.pure-form input[type="file"] { + color: #f0f0f0; +} + .navbar > .searchbar input { background-color: inherit; color: inherit; diff --git a/assets/css/default.css b/assets/css/default.css index b9e9d0b8..cec255dd 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1,3 +1,7 @@ +.deleted { + background-color: rgb(255, 0, 0, 0.5); +} + .channel-owner { background-color: #008bec; color: #fff; |
