Style tweak
This commit is contained in:
@@ -12,6 +12,7 @@ Minor
|
|||||||
* Implement combat log rows.
|
* Implement combat log rows.
|
||||||
* Implement game ladder sorting.
|
* Implement game ladder sorting.
|
||||||
* Implement badges.
|
* Implement badges.
|
||||||
|
* Implement Patreon thank you page.
|
||||||
|
|
||||||
Patch
|
Patch
|
||||||
---
|
---
|
||||||
@@ -22,3 +23,5 @@ Wishlist
|
|||||||
---
|
---
|
||||||
|
|
||||||
* In-game events.
|
* In-game events.
|
||||||
|
* Hire a graphic designer.
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background-color: #111111;
|
background-color: #131416;
|
||||||
color: white;
|
color: #EEEEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner {
|
.banner {
|
||||||
@@ -286,7 +286,7 @@ footer {
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
color: pink;
|
color: pink;
|
||||||
background-color: #222222;
|
background-color: #1a253a;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user