diff --git a/static/other/jellyfin.css b/static/other/jellyfin.css index b67fee4..e0b2edc 100644 --- a/static/other/jellyfin.css +++ b/static/other/jellyfin.css @@ -10,6 +10,7 @@ under Server -> General -> Custom CSS Code /* Attempt to change accent color */ :root{ +--nord0: #2E3440; --blue: #5E81AC; --lightblue: #81A1C1; --swiper-theme-color: var(--blue); @@ -106,3 +107,14 @@ progress[value]::-webkit-progress-value { progress[value]::-moz-progress-bar { background-color: var(--blue); } + +.skinHeader, +.mainDrawer{ + background: var(--nord0); +} +.card{ +transition: 200ms; +} +.card:hover{ +scale: 1.05; +}