summaryrefslogtreecommitdiffstats
path: root/assets/css/darktheme.css
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2019-10-15 21:29:34 -0400
committerGitHub <noreply@github.com>2019-10-15 21:29:34 -0400
commit5c6911065845d2724c7826f3d663a6ee6c7d4774 (patch)
tree5e0f15a15a5ceabcff4b5cbc3046bcfb2e0771f4 /assets/css/darktheme.css
parent1e34a61911bf786497793b6fe3f309a411a32aae (diff)
parentbe055d9dcb31fe64cb682d50dc70101484605741 (diff)
downloadinvidious-5c6911065845d2724c7826f3d663a6ee6c7d4774.tar.gz
invidious-5c6911065845d2724c7826f3d663a6ee6c7d4774.tar.bz2
invidious-5c6911065845d2724c7826f3d663a6ee6c7d4774.zip
Merge pull request #673 from omarroth/add-playlists
Add initial support for custom playlists
Diffstat (limited to 'assets/css/darktheme.css')
-rw-r--r--assets/css/darktheme.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/assets/css/darktheme.css b/assets/css/darktheme.css
index 1b70956b..92da15b6 100644
--- a/assets/css/darktheme.css
+++ b/assets/css/darktheme.css
@@ -21,10 +21,9 @@ body {
color: #f0f0f0;
}
-.pure-form > fieldset > input,
-.pure-control-group > input,
-.pure-form > fieldset > select,
-.pure-control-group > select {
+input,
+select,
+textarea {
color: rgba(35, 35, 35, 1);
}