mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
text-error-css: Use same color as used by bootstrap for text-error.
This commit is contained in:
parent
1849ca41d2
commit
1e5873df9e
@ -474,7 +474,7 @@ html {
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
||||
color: hsl(0, 54%, 61%);
|
||||
color: hsl(1.1, 44.7%, 50.4%);
|
||||
font-size: 0.7em;
|
||||
font-weight: 600;
|
||||
text-align: left;
|
||||
@ -490,7 +490,7 @@ html {
|
||||
top: 0;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
color: hsl(0, 54%, 61%);
|
||||
color: hsl(1.1, 44.7%, 50.4%);
|
||||
font-size: 0.7em;
|
||||
font-weight: 600;
|
||||
padding-left: 0;
|
||||
|
||||
@ -320,7 +320,7 @@ html {
|
||||
font-size: 0.9rem;
|
||||
|
||||
&.text-error {
|
||||
color: hsl(1, 54%, 61%);
|
||||
color: hsl(1.1, 44.7%, 50.4%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user