Skip to content

Commit

Permalink
Set background-color explicitly; makes bull nicer to embed.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
flancian committed Feb 2, 2025
1 parent a956931 commit eb6fcf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/third_party/codemirror/node_modules/
run-dev.sh
1 change: 1 addition & 0 deletions internal/assets/css/bull.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ h6 { font-size: 0.8rem; }

body {
overflow-y: scroll;
background-color: #ffffff;
}

div.bull_edit {
Expand Down

0 comments on commit eb6fcf6

Please sign in to comment.