Change color

This commit is contained in:
PinkR1ver 2024-03-07 15:44:58 +08:00
parent 3f74990984
commit a75e8bcd9b

View File

@ -55,7 +55,7 @@ ul,
strong {
font-weight: $semiBoldWeight;
color: #F596AA;
color: #81C7D4;
}
a {
@ -135,8 +135,13 @@ a {
}
p > strong {
color: #F596AA;
color: #81C7D4;
}
p > em {
color: #0089A7;
}
}
& > #quartz-body {