aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/dark_theme.css
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-14 23:44:29 -0500
committerJesús <heckyel@hyperbola.info>2020-12-14 23:44:29 -0500
commit7a765dc664d20f966e4e52abac1f5372045e166c (patch)
tree641f4de8cc11fd9f3234558f957b7bb6b8faf45b /youtube/static/dark_theme.css
parent9d0be82e7425641a58a551fefce26385dee2f9d3 (diff)
downloadyt-local-7a765dc664d20f966e4e52abac1f5372045e166c.tar.lz
yt-local-7a765dc664d20f966e4e52abac1f5372045e166c.tar.xz
yt-local-7a765dc664d20f966e4e52abac1f5372045e166c.zip
Change general design theme
Diffstat (limited to 'youtube/static/dark_theme.css')
-rw-r--r--youtube/static/dark_theme.css54
1 files changed, 16 insertions, 38 deletions
diff --git a/youtube/static/dark_theme.css b/youtube/static/dark_theme.css
index 221dc95..bc14f5c 100644
--- a/youtube/static/dark_theme.css
+++ b/youtube/static/dark_theme.css
@@ -1,39 +1,17 @@
-body{
- --interface-color: #333333;
- --text-color: #cccccc;
- --background-color: #000000;
- --video-background-color: #080808;
+:root {
+ --background: #121212;
+ --text: #FFF;
+ --secondary-hover: #73828c;
+ --secondary-focus: #616161;
+ --secondary-inverse: #FFF;
+ --secondary-background: #424242;
+ --link: #22aaff;
+ --link-visited: #7755ff;
+ --buttom: #dcdcdb;
+ --buttom-text: #415462;
+ --button-border: #91918c;
+ --buttom-hover: #BBB;
+ --search-text: #FFF;
+ --time-background: #000;
+ --time-text: #FFF;
}
-
-a:link {
- color: #22aaff;
-}
-
-a:visited {
- color: #7755ff;
-}
-
-a:not([href]){
- color: var(--text-color);
-}
-
-.comment .permalink{
- color: #ffffff;
-}
-
-.setting-item{
- background-color: #444444;
-}
-
-
-.muted{
- background-color: #111111;
- color: gray;
-}
-
-.muted a:link {
- color: #10547f;
-}
-
-
-