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