commit 49cd9652b20e4f4220bea1f14093d6bd5c8fe1e1
parent 6dd456b0e5f6ceedae43a1a953266738778730f3
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date: Wed, 25 Mar 2020 15:07:36 -0400
remove background-color
thanks to tastytea@likeable.space for noticing i set a background-color but no color
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/index.template b/index.template
@@ -3,7 +3,6 @@
<title>{{html .Value}}.</title>
<style>
body {
- background-color: white;
text-align: center;
}
.answer {