Style tweak

This commit is contained in:
2019-06-02 22:34:00 +10:00
parent 7eddc4b73b
commit 13ae766df9
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -12,6 +12,7 @@ Minor
* Implement combat log rows.
* Implement game ladder sorting.
* Implement badges.
* Implement Patreon thank you page.
Patch
---
@@ -22,3 +23,5 @@ Wishlist
---
* In-game events.
* Hire a graphic designer.
+3 -3
View File
@@ -13,8 +13,8 @@ body {
flex-direction: column;
overflow-x: hidden;
overflow-y: auto;
background-color: #111111;
color: white;
background-color: #131416;
color: #EEEEEE;
}
.banner {
@@ -286,7 +286,7 @@ footer {
pre {
color: pink;
background-color: #222222;
background-color: #1a253a;
margin-top: 1em;
margin-bottom: 1em;
}