diff --git a/contents/style.scss b/contents/style.scss index 8260401..026c25c 100644 --- a/contents/style.scss +++ b/contents/style.scss @@ -98,8 +98,6 @@ code { p:first-of-type { font-size: 18px; - padding-bottom: 10px; - border-bottom: 2px solid #eee; } h1 { @@ -118,4 +116,27 @@ code { letter-spacing: 0.5px; text-transform: uppercase; } + + hr { + border-top: 1px solid #eee; + margin: 10px 0px; + } + + ul { + font-size: 12px; + list-style-type: none; + + li { + margin: 0px; + + span:target { + background-color: #f9f9f9; + color: #222; + } + + &:last-of-type { + margin-top: 6px; + } + } + } } \ No newline at end of file