fix banner

This commit is contained in:
yuki 2025-10-10 19:30:14 -03:00
parent d0771dbcfa
commit a3d083c5de
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,3 @@
$bg: #000;
$border: hsl(0, 0%, 0%);
$border: #761026;
$link: #ad3040;

View file

@ -9,3 +9,13 @@ body {
a { color: mp.$link; }
}
.header-wrapper{
display: inline;
.header-banner {
display: inherit;
border: 1px solid mp.$border;
border-radius: 0% 0% 20px 0%;
}
}