Skip to content

Commit

Permalink
Fix bug on android scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Brekke-Green committed Nov 16, 2023
1 parent 9fb0603 commit f644f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ body {
min-width: fit-content;
width: 100%;
min-height: 100vh;
height: 100%;
font-family: monospace;
background-color: #2E3440;
}
Expand Down Expand Up @@ -78,7 +79,7 @@ button:focus-visible {
@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: #ffffff;
background-color: #2E3440;
}
a:hover {
color: #747bff;
Expand Down

0 comments on commit f644f7f

Please sign in to comment.