Update file style.css

This commit is contained in:
Jan BELLON 2024-03-14 20:46:46 +00:00
parent e36653e962
commit 32c7f0ee6c

View File

@ -1,13 +1,3 @@
::webkit-scrollbar {
scrollbar-face-color: #535353;
scrollbar-shadow-color: #3f3f3f;
scrollbar-highlight-color: #3f3f3f;
scrollbar-3dlight-color: #3f3f3f;
scrollbar-darkshadow-color: #3f3f3f;
scrollbar-track-color: #3f3f3f;
scrollbar-arrow-color: #3f3f3f;
}
@font-face {
font-family: cfont;
src: url('/src/fonts/bahnschrift.ttf') format('truetype');
@ -17,6 +7,10 @@
/*################ GLOBAL ELEMENTS ##################*/
html {
color-scheme: dark;
}
body {
font-family: cfont, Arial, sans-serif;
color: var(--text);