The first working Theme Settings

This commit is contained in:
sageTheDM 2024-09-23 11:55:58 +02:00
parent 1718c9cf69
commit f5b1e80c6d
16 changed files with 517 additions and 250 deletions

View file

@ -8,10 +8,10 @@
}
.scrollbar::-webkit-scrollbar-thumb {
background-color: #ccc;
background-color: var(--input-border-color); /* Use variable for thumb color */
border-radius: 4px;
}
.scrollbar::-webkit-scrollbar-track {
background-color: #f1f1f1;
}
background-color: var(--history-background-color); /* Use variable for track color */
}