Layout: Add themes
This commit is contained in:
21
youtube/static/dark_theme.css
Normal file
21
youtube/static/dark_theme.css
Normal file
@@ -0,0 +1,21 @@
|
||||
body{
|
||||
--interface-color: #333333;
|
||||
--text-color: #cccccc;
|
||||
--background-color: #000000;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #22aaff;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: ##7755ff;
|
||||
}
|
||||
|
||||
a:not([href]){
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.comment .permalink{
|
||||
color: #ffffff;
|
||||
}
|
||||
Reference in New Issue
Block a user