Update styling of hr

This commit is contained in:
Magnus Hoff 2018-08-20 22:31:35 +02:00
parent 53e983bee9
commit 8500075357

View file

@ -54,9 +54,8 @@ h1+*, h2+*, h3+*, h4+*, h5+*, h6+* {
article>hr { article>hr {
border: none; border: none;
border-top: 1px solid black; border-top: 6px solid var(--theme-main);
max-width: 400px; width: 40px;
width: 70%;
margin: 20px auto; margin: 20px auto;
} }
@ -586,6 +585,10 @@ input[type="search"]::placeholder {
margin: 0 auto; margin: 0 auto;
} }
article>hr {
border-color: black;
}
h1 { h1 {
font-size: 22pt; font-size: 22pt;
line-height: 33pt; line-height: 33pt;