mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 09:56:57 +00:00
change accordion title and chevron colour
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: "\276F";
|
content: "\276F";
|
||||||
color: var(--base-content);
|
color: var(--neutral-content);
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease;
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero__accordion-item__title {
|
.hero__accordion-item__title {
|
||||||
color: var(--base-content);
|
color: var(--neutral-content);
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user