mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 03:57:47 -04:00
(design) less eyesore for .spoiler (especially in longer spoiler texts)
This commit is contained in:
parent
6da83f3613
commit
a275e0399f
@ -360,10 +360,10 @@ body[data-theme="dark"] {
|
||||
}
|
||||
|
||||
.spoiler {
|
||||
background-color: $light;
|
||||
color: $light;
|
||||
background-color: $primary-bg-subtle-dark;
|
||||
color: $primary-bg-subtle-dark;
|
||||
&:hover {
|
||||
background-color: $dark;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -160,14 +160,14 @@ onMounted(async () => {
|
||||
}
|
||||
|
||||
.spoiler {
|
||||
background-color: $dark;
|
||||
color: $dark;
|
||||
padding: map-get($spacers, 1);
|
||||
border-radius: $border-radius;
|
||||
cursor: pointer;
|
||||
transition: background-color .2s ease-in-out;
|
||||
&:hover {
|
||||
background-color: $light;
|
||||
}
|
||||
background-color: $primary-bg-subtle;
|
||||
color: $primary-bg-subtle;
|
||||
padding: map-get($spacers, 1);
|
||||
border-radius: $border-radius;
|
||||
cursor: pointer;
|
||||
transition: color .2s ease-in-out;
|
||||
&:hover {
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user