diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-09-19 15:33:11 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-09-19 15:33:11 +0530 |
commit | a4e01da27c08e43a67b2618ad1e71c1f8f86d5cd (patch) | |
tree | 5b8f407dbb7e9d1ab2106ac0cc8564897e7a2098 /youtube/static/light_theme.css | |
download | yt-local-master.tar.gz yt-local-master.tar.bz2 yt-local-master.zip |
Diffstat (limited to 'youtube/static/light_theme.css')
-rw-r--r-- | youtube/static/light_theme.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/youtube/static/light_theme.css b/youtube/static/light_theme.css new file mode 100644 index 0000000..9dab076 --- /dev/null +++ b/youtube/static/light_theme.css @@ -0,0 +1,22 @@ +:root { + --background: #FFFFFF; + --text: #212121; + --secondary-hover: #212121; + --secondary-focus: #FAFAFA; + --secondary-inverse: #FFFFFF; + --primary-background: #F5F5F5; + --secondary-background: #EEEEEE; + --thumb-background: #F5F5F5; + --link: #212121; + --link-visited: #808080; + --border-bg: #212121; + --border-bg-settings: #91918C; + --border-bg-license: #91918C; + --buttom: #FFFFFF; + --buttom-text: #212121; + --button-border: #91918C; + --buttom-hover: #BBBBBB; + --search-text: #212121; + --time-background: #212121; + --time-text: #FFFFFF; +} |