diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-25 01:21:09 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-25 01:21:09 +0200 |
| commit | 03ebed0c04f5df2d3b23ae57836f79c6aacaa1e3 (patch) | |
| tree | e5f8844eb3968f3ec4310de33bb1476ec330f371 /public | |
| parent | 873a9c57dd2f626d5e8ed4f76628b351354aa09c (diff) | |
Make navbar button color explicit (--text)
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 63333d93..fa5529a4 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -523,6 +523,7 @@ input[type="submit"]:hover { | |||
| 523 | text-decoration: none; | 523 | text-decoration: none; |
| 524 | align-items: center; | 524 | align-items: center; |
| 525 | background-color: var(--surface-raised); | 525 | background-color: var(--surface-raised); |
| 526 | color: var(--text); | ||
| 526 | justify-content: center; | 527 | justify-content: center; |
| 527 | width: 2.75rem; | 528 | width: 2.75rem; |
| 528 | height: 2.75rem; | 529 | height: 2.75rem; |
