Skip to content

Commit 158372e

Browse files
author
Claudio Cortese
committed
Improve TOC style
1 parent aceae52 commit 158372e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

_includes/css/post.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
details {
2+
background-color: #ededed;
3+
padding: 15px;
4+
font-size: larger;
5+
list-style-type: none;
6+
margin-bottom: 15px;
7+
}
8+
9+
details summary {
10+
font-weight: bold;
11+
}
12+
13+
details summary ul {
14+
list-style-type: none;
15+
}

_layouts/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{% include css/bootstrap.min.css %}
22
{% include css/agency.css %}
3+
{% include css/post.css %}
34
{{ content }}

0 commit comments

Comments
 (0)