aboutsummaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
Diffstat (limited to 'priv')
-rw-r--r--priv/static/static/static-fe.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/priv/static/static/static-fe.css b/priv/static/static/static-fe.css
index d6bb58c33..19c56387b 100644
--- a/priv/static/static/static-fe.css
+++ b/priv/static/static/static-fe.css
@@ -4,7 +4,7 @@ body {
color: white;
}
-.container {
+main {
margin: 50px auto;
max-width: 960px;
padding: 40px;
@@ -13,7 +13,11 @@ body {
}
header {
- border-bottom: 2em solid #282c37;
+ margin: 50px auto;
+ max-width: 960px;
+ padding: 40px;
+ background-color: #313543;
+ border-radius: 4px;
}
.activity {
@@ -57,11 +61,11 @@ a {
margin-bottom: 8px;
}
-.h-card a {
+header a, .h-card a {
text-decoration: none;
}
-.h-card a:hover {
+header a:hover, .h-card a:hover {
text-decoration: underline;
}