diff options
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 | } |
