yt-local/youtube/static/dark_theme.css
2019-08-25 16:08:08 -07:00

22 lines
260 B
CSS

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;
}