Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Dec 27, 2024
1 parent 8c562eb commit e5ee730
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ body {
display: grid;
padding: 10px;
}
.navTitle {
text-align: center;
}
.innerNav img {
cursor: pointer;
box-shadow: #03524e 0px 0px 15px;
Expand Down Expand Up @@ -176,11 +179,11 @@ input[type="file"] {
}

::-webkit-scrollbar {
background-color: #00000000;
background-color: #000;
width: 13px;
}
::-webkit-scrollbar-track {
background-color: #00000000;
background-color: #000;
width: 13px;
}
::-webkit-scrollbar-thumb {
Expand Down

0 comments on commit e5ee730

Please sign in to comment.