Skip to content

Commit

Permalink
position absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata committed Oct 16, 2024
1 parent 35bf190 commit db32efc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sass/_darkmode.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.darkmode {
display: inline;
position: absolute;
right: 1rem;
top: 1.5rem;
}

.darkmode > .toggle {
Expand Down

0 comments on commit db32efc

Please sign in to comment.