diff --git a/public/md.css b/public/md.css index 1ef0041..add8eda 100644 --- a/public/md.css +++ b/public/md.css @@ -26,26 +26,26 @@ } .md h1 { - font-size: 30px; - margin-top: 50px; + font-size: 28px; + margin-top: 40px; } .md h2 { - font-size: 25px; - margin-top: 40px; + font-size: 22px; + margin-top: 32px; } .md h3 { font-size: 20px; - margin-top: 30px; + margin-top: 20px; } .md p { - font-size: 20px; + font-size: 18px; color: var(--bright-second); - line-height: 28px; + line-height: 24px; letter-spacing: .01em; - margin-top: 7px; + margin-top: 12px; } .md strong { @@ -64,7 +64,7 @@ .md ul, .md ol { list-style-position: inside; - font-size: 20px; + font-size: 18px; color: var(--bright-second); margin: 10px 0px 10px 0px; } @@ -74,14 +74,13 @@ background: var(--dark-third); color: var(--bright-main); border-radius: 5px; - font-size: 19px; + font-size: 17px; } .md pre { margin-top: 0; margin-bottom: 0; font-family: JetBrainsMono; - font-size: 12px; word-wrap: normal; margin-bottom: 16px; margin-top: 16px; @@ -91,6 +90,7 @@ color: var(--bright-main); background-color: var(--dark-third); border-radius: 6px; + font-size: 14px; } .md table {