Skip to content

Commit e339e1c

Browse files
authored
fix: First block alert under dark mode (#470)
1 parent ccbf73d commit e339e1c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/newUi.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ $secondary-color-dark: #191c21;
8989
--network-data-connected-border: #44a32e;
9090
--tools-input-background: #0d1117;
9191
--background-network-select: #0d1117;
92+
93+
.alert.alert-info {
94+
color: #A7C9FF;
95+
background-color: #0D1A2B;
96+
border-color: #3A72B8;
97+
button {
98+
filter: var(--bs-btn-close-white-filter);
99+
}
100+
}
92101
}
93102

94103
@font-face {

0 commit comments

Comments
 (0)