Skip to content

Commit

Permalink
tweak styles
Browse files Browse the repository at this point in the history
Signed-off-by: weru <[email protected]>
  • Loading branch information
onweru committed May 21, 2023
1 parent 3dc0cfb commit 747b3ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/sass/_utils.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
padding: 0 25px
margin: 0 auto

@for $i from 1 through 4
@for $i from 1 through 8
$size: $i * 1.5rem
$x-size: $size * 0.5
.pt-#{$i}
Expand Down
1 change: 1 addition & 0 deletions assets/sass/_variables.sass
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

html
--color-mode: "light"
--light: #fff
Expand Down
1 change: 1 addition & 0 deletions assets/sass/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ html
@import "base"
@import "nav"
@import "components"
@import "mermaid"
@import "blog"
@import "utils"
@import "syntax"
Expand Down

0 comments on commit 747b3ce

Please sign in to comment.