summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-01-02 23:33:05 +0200
committerPaul Buetow <paul@buetow.org>2023-01-02 23:33:05 +0200
commitf53c3a70e3f3b20b202dd5687e31960479a7163a (patch)
treebfc27443b4175da93cb1ea6a218985f739769c55
parent4e4ad7d68f4b161641259a34761d736e28071cf1 (diff)
use white bg
-rw-r--r--extras/html/style.css2
-rwxr-xr-xgemtexter1
2 files changed, 2 insertions, 1 deletions
diff --git a/extras/html/style.css b/extras/html/style.css
index 8b74a0a..6dcfeee 100644
--- a/extras/html/style.css
+++ b/extras/html/style.css
@@ -22,7 +22,7 @@
line-height: 1.5em;
margin: 0;
padding: 0;
- background-color: #ffffef;
+ background-color: #ffffff;
color: #000000;
}
diff --git a/gemtexter b/gemtexter
index 71fe298..4e4a17d 100755
--- a/gemtexter
+++ b/gemtexter
@@ -120,6 +120,7 @@ main () {
;;
--git)
git::add_all "$GIT_COMMIT_MESSAGE"
+ wait
git::sync_all
;;
--git-add)