Add dark theme
This commit is contained in:
7
peertube-theme-dark/assets/style.css
Normal file
7
peertube-theme-dark/assets/style.css
Normal file
@ -0,0 +1,7 @@
|
||||
body {
|
||||
--mainBackgroundColor: #111111;
|
||||
--mainForegroundColor: #fff;
|
||||
--submenuColor: rgb(32, 32, 32);
|
||||
--inputColor: gray;
|
||||
--inputPlaceholderColor: #fff;
|
||||
}
|
Reference in New Issue
Block a user