Skip to content

Commit

Permalink
Update styling of .notice
Browse files Browse the repository at this point in the history
  • Loading branch information
maghoff committed Aug 20, 2018
1 parent b8a4368 commit b93c79c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -70,6 +72,9 @@ article>hr {
width: 100%;
margin: 30px auto;
}
.notice a {
color: var(--theme-link);
}

.hero {
background: var(--theme-main);
Expand Down

0 comments on commit b93c79c

Please sign in to comment.