diff options
author | Andrew Godwin | 2022-11-17 08:21:42 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-17 12:21:44 -0700 |
commit | f5eafb0ca0af3ed064202abbe99bfbeef8bbb74d (patch) | |
tree | d01453e94f371956e7e989351b51e6ed6eb42541 /static/css | |
parent | 7f8e792402b66dbb4a721be4f44306d528931b86 (diff) | |
download | takahe-f5eafb0ca0af3ed064202abbe99bfbeef8bbb74d.tar.gz takahe-f5eafb0ca0af3ed064202abbe99bfbeef8bbb74d.tar.bz2 takahe-f5eafb0ca0af3ed064202abbe99bfbeef8bbb74d.zip |
Add image/icon upload
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 12 |
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; |