summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoramzrk22020-10-02 10:09:20 +0800
committeramzrk22020-10-02 10:09:20 +0800
commit00a0fbe2601fa6a75c10d7a53c87e605775dd177 (patch)
tree63a19e62d01d63822267a74e1016d6a6b270712d /README.md
parentd8203862d3c4534c21da241b7cd7ff9746fcc6d9 (diff)
parent21a1d221d9d0594f9b800284cf363ecddf09dccb (diff)
downloadhugo-theme-fuji-00a0fbe2601fa6a75c10d7a53c87e605775dd177.tar.gz
hugo-theme-fuji-00a0fbe2601fa6a75c10d7a53c87e605775dd177.tar.bz2
hugo-theme-fuji-00a0fbe2601fa6a75c10d7a53c87e605775dd177.zip
Merge branch 'master' of github.com:amzrk2/hugo-theme-fuji
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 979e4e9..8e70f17 100644
--- a/README.md
+++ b/README.md
@@ -218,9 +218,9 @@ Use the `[SITEROOT]/layouts/partials/comment-*.html` to cover `themes/fuji/layou
> Hugo extended version needed.
-You can cover theme's internal SCSS variables with your own. Create `[SITEROOT]/assets/scss/_custom.scss` to cover variables in SCSS.
+You can override theme's internal SCSS variables with your own. Create `[SITEROOT]/assets/scss/_custom_var.scss` to cover variables in SCSS.
-Varibales available:
+Variables available:
```scss
$body-font: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', 'Helvetica', 'Arial', 'PingFang SC',
@@ -248,6 +248,9 @@ $dark-color-bg: #2f3136; // Discord
$dark-color-codebg: #414449; // GitHub
```
+To override SCSS rules, create `[SITEROOT]/assets/scss/_custom_rules.scss`. This file will have priority over anything regarding CSS rules, but is useless for changing variables that are used elsewhere in the theme.
+
+
## ✏️ Issue und contributing
Feel free to use the [issue tracker](https://github.com/amzrk2/hugo-theme-fuji/issues). The theme has only been fully tested on Firefox, so if there are some problems when accessing with Chrome or others please also report an issue.