Fix: add !important to callout backgrounds to override AdminLTE
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c80ead379c
commit
bb7728fe0d
@@ -12,7 +12,7 @@
|
||||
|
||||
<style>
|
||||
.callout.callout-info {
|
||||
background: #1a1a2e;
|
||||
background: #1a1a2e !important;
|
||||
border-color: #00b4d8;
|
||||
color: #ccc;
|
||||
}
|
||||
@@ -20,7 +20,7 @@
|
||||
.callout.callout-info a { color: #00b4d8; text-decoration: underline; }
|
||||
|
||||
.callout.callout-warning {
|
||||
background: #1a1a2e;
|
||||
background: #1a1a2e !important;
|
||||
border-color: #f59e0b;
|
||||
color: #ccc;
|
||||
}
|
||||
@@ -28,7 +28,7 @@
|
||||
.callout.callout-warning a { color: #f59e0b; text-decoration: underline; }
|
||||
|
||||
.callout.callout-danger {
|
||||
background: #1a1a2e;
|
||||
background: #1a1a2e !important;
|
||||
border-color: #e74c3c;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user