Update styling of hr
This commit is contained in:
parent
53e983bee9
commit
8500075357
1 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue