radiocampus: style update

This commit is contained in:
Chris Tactic 2024-06-04 15:54:42 +02:00
parent 1317c278a8
commit 0e6b970683

View File

@ -24,7 +24,7 @@
--nav-hv-bg: unset; --nav-hv-bg: unset;
--nav-active-bg: unset; --nav-active-bg: unset;
--text-color: #eee; --text-color: #eee;
--text-color-light: #aaa; --text-color-light: #999;
} }
@font-face { @font-face {
@ -36,6 +36,10 @@ body {
background-size: cover; background-size: cover;
} }
hr {
background-color: transparent;
}
.a-player-bar { .a-player-bar {
border-top: none; border-top: none;
} }
@ -69,7 +73,7 @@ body {
border: 1px solid var(--break-color) !important; border: 1px solid var(--break-color) !important;
} }
.media { .grid .media {
background: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.9);
} }