Skip to content

Commit a1df153

Browse files
committed
Remove unused warning color
1 parent 2861493 commit a1df153

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

frontend/assets/styles/global.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ input[type="radio"] {
178178
}
179179
}
180180

181-
.warning {
182-
color: var(--warning-text-color);
183-
}
184-
185181
@keyframes fade-in {
186182
from {
187183
animation-timing-function: ease;

frontend/assets/styles/themes.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
color-scheme: dark;
33
--background-color: #0f1a17;
44
--text-color: #f0f0f0;
5-
--warning-text-color: #ff9900;
65
--input-background-color: #00000047;
76
// An input's text should never be translucent, because that would make the
87
// input appear disabled.

0 commit comments

Comments
 (0)