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;
|
||||
|
||||
&-item {
|
||||
border-radius: 8px;
|
||||
@apply --squircle;
|
||||
|
||||
&:hover {
|
||||
background-color: #F3F6F8;
|
||||
background-color: var(--color-link-hover);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&--active {
|
||||
background-color: #F3F6F8;
|
||||
background-color: var(--color-link-hover);
|
||||
}
|
||||
|
||||
&--h3 { margin-left: 6px; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue