commit 53cfdc58f092abf465d20955571f467355fd77ea
parent 58f98d317379cfccd8e65870748049a380b283db
Author: Oscar Benedito <oscar@obenedito.org>
Date: Tue, 10 Sep 2019 13:58:10 +0200
Dark theme button fix
Diffstat:
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/archetypes/default.md b/archetypes/default.md
@@ -1,6 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-draft: true
+categories:
+tags:
+draft: true # Remember to state the date in file name before commiting!
---
-
diff --git a/assets/dark.scss b/assets/dark.scss
@@ -18,6 +18,10 @@ $card-background-color: $footer-background-color;
$table-background-color: $footer-background-color;
$table-color: $background;
+$button-color: $text;
+$button-border-color: $text;
+$button-background-color: $body-background-color;
+
@import "node_modules/bulma/sass/utilities/initial-variables.sass";
@import "node_modules/bulma/sass/utilities/functions.sass";
@import "function_override.sass";