diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index a00df46..af15f64 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -257,6 +257,10 @@ html[theme="paper"] .badge-dark, #themeselector { border: 1px solid var(--white); } +html[theme="paper"] span#favs { + border: 1px solid var(--white); +} + html[theme="atmos"] { --accent: #1fb2b0; --bg: #161618; @@ -338,6 +342,10 @@ html[theme="term"] .metadata > .badge-dark, #themeselector { background-image: linear-gradient(to bottom,var(--nav-link-background-linear-gradient)); } +html[theme="term"] .navbar-brand:hover { + background: #0a2008; +} + html[theme="iced"] { --accent: #0084ff; --bg: #031c35; @@ -647,6 +655,7 @@ span.placeholder { border-bottom-left-radius: 0; border-bottom-right-radius: 0; transition: .2s ease; + background-color: var(--nav-link-hover-bg); } .dropdown:hover .nav-link > img.avatar { border-bottom-left-radius: 0; @@ -1046,7 +1055,8 @@ span#tags:empty { padding-left: 5px; padding-top: 1.5px; padding-bottom: 1.5px; - box-shadow: var(--pagination-anchor-box-shadow); + /* box-shadow: var(--pagination-anchor-box-shadow); */ + /* fix box shadow blah */ } .badge-greentext { color: #789922; @@ -1056,6 +1066,10 @@ span#tags:empty { .badge-german { background: linear-gradient(180deg, black 33.33%, red 33.33%, red 66.66%, yellow 66.66%) !important; } +.badge-dutch { + background: linear-gradient(180deg, #ad1c23 33.33%, white 33.33%, white 66.66%, #26468f 66.66%) !important; + color: #000 !important; +} .badge-russia { background: linear-gradient(180deg, white 33.33%, blue 33.33%, blue 66.66%, red 66.66%) !important; } @@ -1513,3 +1527,8 @@ span#favs { #favs > a img { border: 2px solid var(--accent); } + +/* audio thumbnails */ +a[data-mime^="audio"] { + background-color: var(--accent); +}