summaryrefslogtreecommitdiffstats
path: root/assets/sass/_customize.scss
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-01 00:05:02 +0200
committerGitHub <noreply@github.com>2022-06-01 00:05:02 +0200
commit746cee8a90bf0ee41b756c003ea43ea3fd8e6353 (patch)
tree47b53bddac32621086f7df564c5649a96db02499 /assets/sass/_customize.scss
parent41df0128d69b344050ef12f2dcd884e635a3299f (diff)
parent879035b1765580d5bc31c19efc343a392db3ca71 (diff)
downloadgohugo-theme-ed-746cee8a90bf0ee41b756c003ea43ea3fd8e6353.tar.gz
Merge pull request #3 from sergeyklay/feature/hugo-modules
Add missed go.sum for exampleSite
Diffstat (limited to 'assets/sass/_customize.scss')
-rw-r--r--assets/sass/_customize.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/_customize.scss b/assets/sass/_customize.scss
index 5eb978a..4242627 100644
--- a/assets/sass/_customize.scss
+++ b/assets/sass/_customize.scss
@@ -173,8 +173,8 @@ ul.pager li {
-moz-border-radius-bottomright:4px;
border-bottom-right-radius:4px;
-webkit-border-top-right-radius:4px;
- -moz-border-radius-topright:4px;
- border-top-right-radius:4px;
+ -moz-border-radius-topright:4px; // editorconfig-checker-disable-line
+ border-top-right-radius:4px; // editorconfig-checker-disable-line
}
.post-tags a:before {