Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/hulga.scss')
-rw-r--r--assets/css/hulga.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/hulga.scss b/assets/css/hulga.scss
index abed90a..7b4f00e 100644
--- a/assets/css/hulga.scss
+++ b/assets/css/hulga.scss
@@ -15,3 +15,8 @@ $primary: {{ .Site.Params.primaryColor }};
// can define primary color in theme config
@import "./common.scss";
+
+/* hero looks like steam deck */
+{{ if .Site.Params.heroSteamDeck }}
+@import "./steamdeck.scss"
+{{ end }} \ No newline at end of file