2 Commits
1.4.0 ... 1.4.1

Author SHA1 Message Date
73366663ab Add background color to html
This should hopefully fix white flashes
2022-01-26 00:54:09 -06:00
42480f0c09 Add test script
Some checks failed
Git Desu/9iron/pipeline/head There was a failure building this commit
2022-01-26 00:49:11 -06:00
2 changed files with 11 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
}
html {
overflow-y: scroll;
background: var(--background);
}
body {
background: var(--background);

10
test.sh Executable file
View File

@@ -0,0 +1,10 @@
#! /bin/sh
#
# test.sh
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
#
# Distributed under terms of the MIT license.
#
sudo docker run -p 8080:80 -it "$(sudo docker build -q .)"