diff --git a/themes/hugoplate/assets/scss/buttons.scss b/themes/hugoplate/assets/scss/buttons.scss
index e75043f8..4a5d7edc 100755
--- a/themes/hugoplate/assets/scss/buttons.scss
+++ b/themes/hugoplate/assets/scss/buttons.scss
@@ -7,7 +7,7 @@
}
.btn-primary {
- @apply border-primary bg-primary dark:border-darkmode-primary dark:text-dark text-white dark:bg-white;
+ @apply border-primary bg-primary dark:border-darkmode-primary dark:text-white text-white dark:bg-primary;
}
.btn-outline-primary {
diff --git a/themes/hugoplate/assets/scss/components.scss b/themes/hugoplate/assets/scss/components.scss
index 213d5a1c..3c9e431f 100755
--- a/themes/hugoplate/assets/scss/components.scss
+++ b/themes/hugoplate/assets/scss/components.scss
@@ -30,7 +30,7 @@ main {
li {
@apply inline-block;
a {
- @apply bg-primary dark:bg-darkmode-primary dark:text-dark flex h-9 w-9 items-center justify-center rounded text-center leading-9 text-white;
+ @apply bg-primary dark:bg-darkmode-primary dark:text-white flex h-9 w-9 items-center justify-center rounded text-center leading-9 text-white;
svg {
@apply h-5 w-5;
}
diff --git a/themes/hugoplate/layouts/index.html b/themes/hugoplate/layouts/index.html
index 437dd068..24e82500 100755
--- a/themes/hugoplate/layouts/index.html
+++ b/themes/hugoplate/layouts/index.html
@@ -20,7 +20,7 @@
target="_blank" rel="noopener"
{{ end }}>
{{ .label }}
-
+
{{ end }}
{{ end }}