summaryrefslogtreecommitdiff
path: root/frontend/common/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/common/app.css')
-rw-r--r--frontend/common/app.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/common/app.css b/frontend/common/app.css
index 41aa54e..08b2408 100644
--- a/frontend/common/app.css
+++ b/frontend/common/app.css
@@ -74,7 +74,7 @@ header {
flex-direction: row;
justify-content: space-between;
align-items: center;
- background: rgba(64,64,64,0.5);
+ background: rgba(16,32,64,0.5);
color: white;
}
header b {
@@ -135,6 +135,7 @@ header .username {
/* headings */
h1 {
+ color: #eee;
margin-bottom: 1.25rem;
font-size: 1.5rem;
font-weight: normal;
@@ -144,10 +145,12 @@ div:first-child > h1:first-child,
margin-top: 0;
}
h2 {
+ color: #eee;
font-size: 1.25rem;
font-weight: normal;
}
h3 {
+ color: #eee;
margin-top: 0;
margin-bottom: 1.25rem;
font-size: 1.0rem;