Add new logo images in WebP format for Hungarian localization

- Added logo_hu_9f5863dc2c180619.webp
- Added logo_hu_a5cb593b87668c25.webp
This commit is contained in:
Fundor333
2026-01-12 00:25:24 +01:00
parent e26a279bbb
commit 5dc4650869
52 changed files with 141 additions and 99 deletions

View File

@@ -10,3 +10,4 @@
@import "weeknote";
@import "share-button";
@import "typewriter";
@import "input";

6
assets/sass/input.scss Normal file
View File

@@ -0,0 +1,6 @@
input[type="text"] {
width: 100%;
font-size: 1rem;
border-radius: 0.5em;
padding: 0.5em;
}