| assets/css/style.rtl.css | patch | view | raw | blame | history | |
| assets/scss/modules/_color_theme.scss | ●●●●● patch | view | raw | blame | history | |
| assets/scss/modules/_config.scss | patch | view | raw | blame | history | |
| assets/scss/partials/_base.scss | patch | view | raw | blame | history | |
| assets/scss/partials/_hugo.scss | ●●●●● patch | view | raw | blame | history | |
| assets/scss/partials/components/_category.scss | patch | view | raw | blame | history | |
| assets/scss/partials/components/_info.scss | ●●●●● patch | view | raw | blame | history | |
| assets/scss/partials/components/_post.scss | patch | view | raw | blame | history | |
| assets/scss/partials/components/_sidebar.scss | ●●●●● patch | view | raw | blame | history | |
| assets/scss/partials/components/_tag.scss | patch | view | raw | blame | history | |
| assets/scss/partials/layout/_nav.scss | ●●●●● patch | view | raw | blame | history |
assets/css/style.rtl.css
assets/scss/modules/_color_theme.scss
@@ -7,7 +7,7 @@ info: $info, shadow: $shadow--lightmode, border: 1px solid $primary-lighter--lightmode, alert: $alert alert: $alert, ), dark: ( accent: $accent--darkmode, @@ -17,7 +17,7 @@ info: $info, shadow: $shadow--darkmode, border: 1px solid $primary-lighter--darkmode, alert: $alert alert: $alert, ), ); assets/scss/modules/_config.scss
assets/scss/partials/_base.scss
assets/scss/partials/_hugo.scss
@@ -20,7 +20,6 @@ @include rtl { border-right: t('border'); } } padding: 0 1em; } assets/scss/partials/components/_category.scss
assets/scss/partials/components/_info.scss
@@ -19,7 +19,6 @@ @include rtl { margin-left: 4px; } } } } assets/scss/partials/components/_post.scss
assets/scss/partials/components/_sidebar.scss
@@ -14,7 +14,6 @@ flex-direction: column; @include themed() { @include ltr { margin-right: 4px; border-right: t('border'); @@ -24,13 +23,10 @@ margin-left: 4px; border-left: t('border'); } } } @include widescreen { width: calc(var(--sidebar-width) - 20%); @include ltr { padding-left: 17%; @@ -71,7 +67,6 @@ @include rtl { margin-left: 3px; } } li { assets/scss/partials/components/_tag.scss
assets/scss/partials/layout/_nav.scss
@@ -62,7 +62,6 @@ @include rtl { padding-left: 20px; } } }