Skip to content

Commit

Permalink
Update base.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Sep 6, 2024
1 parent 1d5fe54 commit d91b30a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ section {
color: var(--darkgray);
}

@media (max-width: 1000px) {
body {
background-image: none;
}
}

.text-highlight {
background-color: var(--textHighlight);
padding: 0 0.1rem;
Expand Down

0 comments on commit d91b30a

Please sign in to comment.