Updated style of home page

This commit is contained in:
2025-05-16 23:10:22 +03:00
parent 9fce6dcf9d
commit 5bfeb47fc8
3 changed files with 53 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
#consoleLog::-webkit-scrollbar {
width: 0.4rem;
}
#consoleLog::-webkit-scrollbar-track {
background: #212529;
}
#consoleLog::-webkit-scrollbar-thumb {
background: #6c757d;
border-radius: 0.25rem;
}