Update styling of .notice
This commit is contained in:
parent
b8a4368219
commit
b93c79c479
1 changed files with 7 additions and 2 deletions
|
@ -60,8 +60,10 @@ article>hr {
|
|||
}
|
||||
|
||||
.notice {
|
||||
background: lightyellow;
|
||||
padding: 16px 48px;
|
||||
background: var(--theme-main);
|
||||
color: var(--theme-text);
|
||||
|
||||
padding: 1px 24px;
|
||||
font-size: 18px;
|
||||
line-height: 32px;
|
||||
|
||||
|
@ -70,6 +72,9 @@ article>hr {
|
|||
width: 100%;
|
||||
margin: 30px auto;
|
||||
}
|
||||
.notice a {
|
||||
color: var(--theme-link);
|
||||
}
|
||||
|
||||
.hero {
|
||||
background: var(--theme-main);
|
||||
|
|
Loading…
Reference in a new issue