mirror of https://github.com/onweru/compose.git

weru
21.01.2023 747b3ce5e0e4a8a4087e35ff553628722a49d4cb
tweak styles

Signed-off-by: weru <fromweru@gmail.com>
3 files modified
4 ■■■ changed files
assets/sass/_utils.sass 2 ●●● patch | view | raw | blame | history
assets/sass/_variables.sass 1 ●●●● patch | view | raw | blame | history
assets/sass/main.sass 1 ●●●● patch | view | raw | blame | history
assets/sass/_utils.sass
@@ -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}
assets/sass/_variables.sass
@@ -1,3 +1,4 @@
html
  --color-mode: "light"
  --light: #fff
assets/sass/main.sass
@@ -8,6 +8,7 @@
@import "base"
@import "nav"
@import "components"
@import "mermaid"
@import "blog"
@import "utils"
@import "syntax"