style: new version banner

This commit is contained in:
Lucas Larroche 2024-02-11 13:15:47 +07:00
parent ff0fa06d5a
commit df0faeedfb
5 changed files with 5 additions and 5 deletions

View file

@ -49,10 +49,10 @@ html {
body > .new-version {
padding: calc(var(--spacing) * 0.5) var(--spacing);
background-color: var(--primary);
color: var(--primary-inverse);
text-align: center;
}
body > .new-version a {
color: var(--primary-inverse);
text-decoration: none;
}
body > .new-version a:hover {