Updated style of home page
This commit is contained in:
10
WebUI/wwwroot/Components/Pages/Home.css
Normal file
10
WebUI/wwwroot/Components/Pages/Home.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user