diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2025-02-06 16:49:06 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2025-02-06 16:49:06 +0100 |
| commit | 375ed745052148faeb34763087fe04214105f1b8 (patch) | |
| tree | 595456cf631087b5530bf5470529faeead1a0aaf /public/stylesheets/admin.css | |
| parent | 38d80f0af731326fcd5ae16c0129a056eff2fe32 (diff) | |
Improve worklflow
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index fbb8a3f..c7ebb52 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -106,6 +106,22 @@ input[type=submit], | |||
| 106 | text-transform: lowercase; | 106 | text-transform: lowercase; |
| 107 | } | 107 | } |
| 108 | 108 | ||
| 109 | #admin_wizard { | ||
| 110 | margin-bottom: 2rem; | ||
| 111 | } | ||
| 112 | |||
| 113 | #admin_wizard a { | ||
| 114 | font-size: 1rem; | ||
| 115 | font-weight: bold; | ||
| 116 | padding: 0.5rem; | ||
| 117 | background-color: green; | ||
| 118 | color: white; | ||
| 119 | } | ||
| 120 | |||
| 121 | #admin_wizard a:hover { | ||
| 122 | background-color: lime; | ||
| 123 | } | ||
| 124 | |||
| 109 | #sub_navigation a { | 125 | #sub_navigation a { |
| 110 | color: #969696; | 126 | color: #969696; |
| 111 | } | 127 | } |
