favourites

This commit is contained in:
Anthony Stirling
2023-05-12 16:47:43 +01:00
parent c4d1761687
commit a1fae66800
5 changed files with 105 additions and 33 deletions

View File

@@ -27,10 +27,13 @@ body {
background-color: #444 !important;
}
#pages-container-wrapper {
--background-color: rgba(255, 255, 255, 0.046) !important;
--scroll-bar-color: #4c4c4c !important;
--scroll-bar-thumb: #d3d3d3 !important;
--scroll-bar-thumb-hover: rgb(var(--base-font-color)) !important;
}
.favorite-icon img {
filter: brightness(0) invert(1) !important;
}