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 {
|
.notice {
|
||||||
background: lightyellow;
|
background: var(--theme-main);
|
||||||
padding: 16px 48px;
|
color: var(--theme-text);
|
||||||
|
|
||||||
|
padding: 1px 24px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
||||||
|
@ -70,6 +72,9 @@ article>hr {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 30px auto;
|
margin: 30px auto;
|
||||||
}
|
}
|
||||||
|
.notice a {
|
||||||
|
color: var(--theme-link);
|
||||||
|
}
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
background: var(--theme-main);
|
background: var(--theme-main);
|
||||||
|
|
Loading…
Reference in a new issue