mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 14:35:26 +02:00
Update table-of-content.pcss
This commit is contained in:
parent
c4c9a1b907
commit
9fcbe26c6a
1 changed files with 3 additions and 3 deletions
|
@ -25,15 +25,15 @@
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
border-radius: 8px;
|
@apply --squircle;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #F3F6F8;
|
background-color: var(--color-link-hover);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--active {
|
&--active {
|
||||||
background-color: #F3F6F8;
|
background-color: var(--color-link-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
&--h3 { margin-left: 6px; }
|
&--h3 { margin-left: 6px; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue