diff --git a/assets/style.css b/assets/style.css index 5ca3353..cbfa3a7 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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);