Merge pull request '[v7.0/forgejo] [BUG] Fix tone of callout boxes for Forgejo dark' (#3092) from bp-v7.0/forgejo-515ccaa into v7.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3092 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
commit
730c667122
1 changed files with 11 additions and 2 deletions
|
@ -157,10 +157,10 @@
|
|||
--color-error-text: #fef2f2;
|
||||
--color-success-border: #1f6e3c;
|
||||
--color-success-bg: #1d462c;
|
||||
--color-success-text: #f0fdf4;
|
||||
--color-success-text: #aef0c2;
|
||||
--color-warning-border: #a67a1d;
|
||||
--color-warning-bg: #644821;
|
||||
--color-warning-text: #fefce8;
|
||||
--color-warning-text: #fff388;
|
||||
--color-info-border: #2e50b0;
|
||||
--color-info-bg: #2a396b;
|
||||
--color-info-text: var(--steel-100);
|
||||
|
@ -308,3 +308,12 @@ i.grey.icon.icon.icon.icon {
|
|||
background: var(--steel-100) !important;
|
||||
color: var(--color-white) !important;
|
||||
}
|
||||
strong.attention-important, svg.attention-important {
|
||||
color: var(--color-violet-light);
|
||||
}
|
||||
strong.attention-note, svg.attention-note {
|
||||
color: var(--color-blue-light);
|
||||
}
|
||||
strong.attention-caution, svg.attention-caution {
|
||||
color: var(--color-red-light);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue