fix some colors, maybe

This commit is contained in:
matty 2024-03-10 14:58:15 -04:00
parent 42e21cfdbf
commit 031f033363
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ body {
.logged-in-block, .logged-in-block,
.logged-in-block > div { .logged-in-block > div {
background-color: #181818; background-color: #181818 !important;
} }
.channel-info { .channel-info {
@ -44,7 +44,7 @@ body {
} }
.menu-link a:hover { .menu-link a:hover {
color: #F57200; color: #F57200 !important;
} }
.dropdown-header { .dropdown-header {

View File

@ -1,6 +1,6 @@
{ {
"name": "peertube-theme-nctv-dark", "name": "peertube-theme-nctv-dark",
"version": "1.0.0", "version": "1.0.2",
"description": "NCTV dark theme.", "description": "NCTV dark theme.",
"engine": { "engine": {
"peertube": ">=4.2.0" "peertube": ">=4.2.0"