aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/subscription_manager.html
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates/subscription_manager.html')
-rw-r--r--youtube/templates/subscription_manager.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html
index 3145f54..ed6a320 100644
--- a/youtube/templates/subscription_manager.html
+++ b/youtube/templates/subscription_manager.html
@@ -6,7 +6,7 @@
flex-direction: row;
}
.subscriptions-import-form{
- background-color: #dadada;
+ background-color: var(--interface-color);
display: flex;
flex-direction: column;
align-items: flex-start;
@@ -26,14 +26,14 @@
.subscriptions-export-links{
margin: 0px 0px 0px 20px;
- background-color: #dadada;
+ background-color: var(--interface-color);
list-style: none;
max-width: 300px;
padding:10px;
}
.sub-list-controls{
- background-color: #dadada;
+ background-color: var(--interface-color);
padding:10px;
}
@@ -59,7 +59,7 @@
display:flex;
margin-bottom: 10px;
break-inside:avoid;
- background-color: #dadada;
+ background-color: var(--interface-color);
}
.tag-list{
margin-left:15px;
@@ -72,9 +72,6 @@
height: 1.5em;
min-width: 1.5em; // need min-width otherwise browser doesn't respect the width and squishes the checkbox down when there's too many tags
}
- .muted{
- background-color: #888888;
- }
{% endblock style %}