diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-30 14:04:57 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-30 14:04:57 +0200 |
| commit | 6b0b0ebbe76a5cf4eef8de18c9c5ae9a5af39b83 (patch) | |
| tree | 0673edd623665638fadad67e442ab0065e169818 /public | |
| parent | ad410b963369ec6b55526401c3873e6076b18b5f (diff) | |
Use icon sets on the public page and add a public-site shortcut in admin realm
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/ccc.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index faa9c18d..5b10fa26 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -344,6 +344,12 @@ div#center_column { | |||
| 344 | } | 344 | } |
| 345 | } | 345 | } |
| 346 | 346 | ||
| 347 | .admin_edit_link svg { | ||
| 348 | width: 1em; | ||
| 349 | height: 1em; | ||
| 350 | vertical-align: -0.125em; | ||
| 351 | } | ||
| 352 | |||
| 347 | /* Footer */ | 353 | /* Footer */ |
| 348 | #footer { | 354 | #footer { |
| 349 | border-bottom: 1px solid color-mix(in srgb, CanvasText, Canvas 60%); | 355 | border-bottom: 1px solid color-mix(in srgb, CanvasText, Canvas 60%); |
