update
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-04-01 06:18:19 -06:00
parent b4c73411d6
commit 74bdef2236
4 changed files with 101 additions and 14 deletions

27
src/global.css Normal file
View File

@@ -0,0 +1,27 @@
* {
box-sizing: border-box;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #d0d0d0;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: #b0b0b0;
}