|
@@ -1,7 +1,12 @@ |
|
1
|
1
|
@import "tailwindcss" source(none) important; |
|
2
|
2
|
@import "../tailwind.css" source(none); |
|
3
|
3
|
@source "."; |
|
4
|
+@source "../Notifications"; |
|
5
|
+ |
|
6
|
+:root { |
|
7
|
+ color-scheme: only light; |
|
8
|
+} |
|
4
|
9
|
|
|
5
|
10
|
.hide-checkmark::before { |
|
6
|
11
|
content: none; |
|
7
|
12
|
} |