diff --git a/assets/css/screen.css b/assets/css/screen.css index 945c90d..716c39d 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -76,46 +76,14 @@ h6 { letter-spacing:2px; font-weight:normal } -h1 a { - color: var(--post-title) -} -h2 a { - color: var(--post-title) -} -h3 a { - color: var(--post-title) -} -h4 a { - color: var(--post-title) -} -h5 a { - color: var(--post-title) -} +h1 a, +h2 a, +h3 a, +h4 a, +h5 a, h6 a { color: var(--post-title) } -/* h1 { */ -/* font-size:5rem; */ -/* line-height:1.2em; */ -/* text-indent:-3px */ -/* } */ -/* h2 { */ -/* font-size:4rem; */ -/* line-height:1.2em; */ -/* text-indent:-2px */ -/* } */ -/* h3 { */ -/* font-size:3.5rem */ -/* } */ -/* h4 { */ -/* font-size:3rem */ -/* } */ -/* h5 { */ -/* font-size:2.5rem */ -/* } */ -/* h6 { */ -/* font-size:2rem */ -/* } */ a { color: var(--link); -webkit-transition:color ease 0.3s;