1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00

tags and caching

This commit is contained in:
Laura
2025-08-10 16:38:02 +02:00
parent 58d4e4b64b
commit dcf7f09108
9 changed files with 133 additions and 16 deletions

View File

@@ -34,13 +34,13 @@
}
::-webkit-scrollbar-track {
background: #181926;
background: transparent;
}
::-webkit-scrollbar-thumb {
background-color: #cad3f5;
border: none;
border-radius: 4px;
border: 1px solid #181926;
}
::-webkit-scrollbar-thumb:hover {
@@ -49,7 +49,7 @@
* {
scrollbar-width: thin;
scrollbar-color: #cad3f5 #181926;
scrollbar-color: #cad3f5 transparent;
}
html,