style: highlight only 1 item on the sidebar

This commit is contained in:
jinhojang6
2023-07-21 22:39:19 +09:00
parent 6490948527
commit ed682c034b
6 changed files with 49 additions and 1 deletions
@@ -0,0 +1,10 @@
---
title: Subpage Group
sidebar_position: 5
---
## Hello World
```python
print("hello world!")
```
@@ -0,0 +1,10 @@
---
title: Subpage2
sidebar_position: 5
---
## Hello World
```python
print("hello world!")
```
@@ -0,0 +1,10 @@
---
title: Subpage3
sidebar_position: 6
---
## Hello World
```python
print("hello world!")
```
@@ -1,5 +1,5 @@
---
title: Subtitle
title: Subpage1
sidebar_position: 4
---
@@ -0,0 +1,10 @@
---
title: Subpage4
sidebar_position: 7
---
## Hello World
```python
print("hello world!")
```
@@ -731,6 +731,14 @@ table {
transform: rotate(180deg);
}
.menu__list-item-collapsible--active > :not(a[href='#']) {
box-shadow: inset 1px 0px 0px rgb(var(--lsd-border-primary));
}
.menu__list-item-collapsible > a {
box-shadow: none;
}
main[itemtype*='Blog'] {
margin-left: 0;