Changeset eef691e in Klonkt


Ignore:
Timestamp:
06/16/2026 06:47:31 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
8aa85d0
Parents:
151a72c
Message:

Circle UI: Remove button readable (white text on solid red instead of dark red on dark)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/admin-circle.ejs

    r151a72c reef691e  
    118118   die hele zinnen midden in woorden knipt — dat zit op de URL-small, niet hier). */
    119119.circ-reason { flex-basis: 100%; line-height: 1.4; color: var(--ink-muted); word-break: normal; overflow-wrap: anywhere; }
    120 .btn-danger { color: #991b1b; border-color: #fca5a5; }
     120.btn-danger { background: #dc2626; color: #fff; border-color: #dc2626; }
     121.btn-danger:hover { background: #b91c1c; border-color: #b91c1c; color: #fff; }
    121122.alert { padding: .75rem 1rem; border-radius: 6px; margin-bottom: 1rem; }
    122123.alert-success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
Note: See TracChangeset for help on using the changeset viewer.