add some styling, see what happens

This commit is contained in:
matty 2024-03-10 14:49:40 -04:00
parent e3b2b1f32d
commit 42e21cfdbf
1 changed files with 20 additions and 5 deletions

View File

@ -1,18 +1,18 @@
:root { :root {
--bs-border-color: #3d3f41; --bs-border-color: #3d3f41;
--bs-link-color: #257bfd; --bs-link-color: #F57200;
--bs-link-hover-color: #2467cc --bs-link-hover-color: #2467cc
} }
body { body {
--mainBackgroundColor: #222; --mainBackgroundColor: #121212;
--mainForegroundColor: #e0e0e1; --mainForegroundColor: #FFF;
--mainBackgroundHoverColor: #fef3ec; --mainBackgroundHoverColor: #fef3ec;
/* Compat with PeerTube < 3.2 */ /* Compat with PeerTube < 3.2 */
--submenuColor: #202020; --submenuColor: #202020;
--submenuBackgroundColor: #2c2c2c; --submenuBackgroundColor: #181818;
--inputForegroundColor: #e0e0e1; --inputForegroundColor: #e0e0e1;
--inputBackgroundColor: var(--mainBackgroundColor); --inputBackgroundColor: var(--mainBackgroundColor);
@ -28,8 +28,23 @@ body {
--channelBackgroundColor: #303030; --channelBackgroundColor: #303030;
--mainColorVeryLight: #242320; --mainColorVeryLight: #242320;
--mainColorLightest: #3f3834; --mainColorLightest: #3f3834;
--mainColor: #0083F5;
--inputBorderColor: #a5a5a5; --inputBorderColor: #a5a5a5;
--hoverColor: #ffffff0d; --hoverColor: #2d2d2d0d;
--mainHoverColor: #2a4858;
}
.logged-in-block,
.logged-in-block > div {
background-color: #181818;
}
.channel-info {
background-color: #1c1c1c;
}
.menu-link a:hover {
color: #F57200;
} }
.dropdown-header { .dropdown-header {