Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Weirdo1312 committed Mar 30, 2024
1 parent 23663f9 commit d3cc1a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body {
text-align: center;
height: 100%;
width: 40%;
font-size: 250%;
font-size: 300%;
position: fixed;
top: 0;
background-color: MediumSeaGreen;
Expand All @@ -60,7 +60,7 @@ body {
.sidebar-toggle-button {
position: fixed;
top: 25px;
left: 35px;
left: 40px;
cursor: pointer;
z-index: 9999;
user-select: none;
Expand All @@ -87,7 +87,7 @@ body {
}

#sidebar-toggle:checked ~ .main {
filter: blur(10px);
filter: blur(4px);
user-select: none;
}

Expand Down

0 comments on commit d3cc1a9

Please sign in to comment.