aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/static')
-rw-r--r--youtube/static/dark_theme.css15
-rw-r--r--youtube/static/gray_theme.css4
-rw-r--r--youtube/static/light_theme.css6
-rw-r--r--youtube/static/shared.css5
4 files changed, 27 insertions, 3 deletions
diff --git a/youtube/static/dark_theme.css b/youtube/static/dark_theme.css
index d75bb82..7389aa5 100644
--- a/youtube/static/dark_theme.css
+++ b/youtube/static/dark_theme.css
@@ -9,7 +9,7 @@ a:link {
}
a:visited {
- color: ##7755ff;
+ color: #7755ff;
}
a:not([href]){
@@ -23,3 +23,16 @@ a:not([href]){
.setting-item{
background-color: #444444;
}
+
+
+.muted{
+ background-color: #111111;
+ color: gray;
+}
+
+.muted a:link {
+ color: #10547f;
+}
+
+
+
diff --git a/youtube/static/gray_theme.css b/youtube/static/gray_theme.css
index a064252..a5f3b23 100644
--- a/youtube/static/gray_theme.css
+++ b/youtube/static/gray_theme.css
@@ -11,3 +11,7 @@ body{
.setting-item{
background-color: #eeeeee;
}
+
+.muted{
+ background-color: #888888;
+}
diff --git a/youtube/static/light_theme.css b/youtube/static/light_theme.css
index 50286bb..9e37449 100644
--- a/youtube/static/light_theme.css
+++ b/youtube/static/light_theme.css
@@ -8,7 +8,11 @@ body{
color: #000000;
}
-
.setting-item{
background-color: #f8f8f8;
}
+
+.muted{
+ background-color: #888888;
+}
+
diff --git a/youtube/static/shared.css b/youtube/static/shared.css
index a79e42b..72d290a 100644
--- a/youtube/static/shared.css
+++ b/youtube/static/shared.css
@@ -1,7 +1,10 @@
+* {
+ box-sizing: border-box;
+}
+
h1, h2, h3, h4, h5, h6, div, button{
margin:0;
padding:0;
-
}
address{