style: new version banner

This commit is contained in:
Lucas Larroche 2024-02-11 13:04:06 +07:00
parent 7d6a2ebd51
commit 9eebbabee5
5 changed files with 17 additions and 3 deletions

View file

@ -3,4 +3,12 @@ body > .new-version {
background-color: var(--primary);
color: var(--primary-inverse);
text-align: center;
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}