[Assets] Improve home

This commit is contained in:
2026-02-25 08:54:34 +01:00
parent 6e964ab6b2
commit 33ece5d2ce
5 changed files with 8 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

View File

@@ -48,6 +48,14 @@ footer .logo {
transform: scale(1.1); transform: scale(1.1);
} }
#theme-select {
background-color: var( --color-background-primary );
padding: 5px;
border: solid var( --color-text-accent ) 1px;
border-radius: 10px;
color: var( --color-text-primary );
}
@media only screen and (min-width: 999px) { @media only screen and (min-width: 999px) {