2023-02-28T02:15:21

This commit is contained in:
2023-02-28 02:15:21 +09:00
parent d8e97e01ef
commit 3b8901ff16

View File

@@ -17,12 +17,6 @@ body {
background-color: var(--background-color);
color: var(--text-color);
}
p {
color: red;
}
h1 {
color: yellow !important;
}
@import "./mixins";
@import "./utils";