From eb6fcf6351ab7bdd84818d3d5343f8a5230c486d Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 2 Feb 2025 01:15:38 +0100 Subject: [PATCH] Set background-color explicitly; makes bull nicer to embed. Also add a utility script that I'd like to store in my repo to .gitignore. I may fold this into your Makefile later but it may be too idiosyncratic to be generally useful. --- .gitignore | 1 + internal/assets/css/bull.css | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index eeb5eea..2ddf547 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /third_party/codemirror/node_modules/ +run-dev.sh diff --git a/internal/assets/css/bull.css b/internal/assets/css/bull.css index 28b65d7..ace1da1 100644 --- a/internal/assets/css/bull.css +++ b/internal/assets/css/bull.css @@ -35,6 +35,7 @@ h6 { font-size: 0.8rem; } body { overflow-y: scroll; + background-color: #ffffff; } div.bull_edit {