Fix meta color for dark theme, fix scrollbar plugin for Firefox

This commit is contained in:
Alex Shpak
2026-03-15 20:05:08 +01:00
parent 1fbfd080b9
commit a77c34a71c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ body {
// Future
.book-menu nav {
scrollbar-color: transparent var(--gray-500);
scrollbar-color: var(--gray-500) transparent;
}