summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 3c1ef49..b3495b5 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -449,6 +449,11 @@ form .button.delete {
background: var(--color-delete);
}
+form button.secondary,
+form .button.secondary {
+ background: var(--color-bg-menu);
+}
+
form button.toggle,
form .button.toggle {
background: var(--color-bg-main);
@@ -475,6 +480,13 @@ h1.identity {
margin: 15px 0 20px 15px;
}
+h1.identity .banner {
+ width: 870px;
+ height: auto;
+ display: block;
+ margin: 0 0 20px 0;
+}
+
h1.identity .icon {
width: 80px;
height: 80px;