Fix comment notice text color in dark mode

pull/10374/head
Sage Abdullah 2023-04-20 14:47:23 +07:00 zatwierdzone przez Thibaud Colas
rodzic 85c9b6689f
commit 2ef3b36c11
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -53,6 +53,7 @@ $box-padding: 20px;
&__notice {
background-color: theme('colors.warning.50');
color: theme('colors.grey.600');
position: absolute;
inset-inline-start: -$box-padding;
bottom: 0;