Update styling of .notice

This commit is contained in:
Magnus Hoff 2018-08-20 22:47:52 +02:00
parent b8a4368219
commit b93c79c479

View file

@ -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);