mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
fixed illustration
This commit is contained in:
parent
bf74240684
commit
aae9af8e62
6 changed files with 584 additions and 91 deletions
|
@ -73,6 +73,7 @@ withDefaults(defineProps<Props>(), {
|
|||
|
||||
&:hover {
|
||||
box-shadow: var(--color-background) 0 0 0 1px;
|
||||
color: var(--color-primary-contrast);
|
||||
|
||||
&::after {
|
||||
transform: scale(1);
|
||||
|
|
|
@ -45,7 +45,7 @@ defineProps<Props>();
|
|||
);
|
||||
|
||||
&.filled {
|
||||
fill: var(--color-line);
|
||||
fill: var(--color-rating-0);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue