refactor: use variable for color

This will be used to change color for different doc later on
This commit is contained in:
Methapon Metanipat 2024-10-28 13:25:46 +07:00
parent 50abe7ad20
commit fef8bb4987
2 changed files with 21 additions and 16 deletions

View file

@ -121,7 +121,7 @@ defineProps<{
flex-direction: column;
& > :first-child {
color: var(--orange-5);
color: var(--main);
}
}
}
@ -131,7 +131,7 @@ defineProps<{
display: flex;
& > :first-child {
color: var(--orange-5);
color: var(--main);
}
& > * {