refactor: use variable for color
This will be used to change color for different doc later on
This commit is contained in:
parent
50abe7ad20
commit
fef8bb4987
2 changed files with 21 additions and 16 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
& > * {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue