feat: Update intro and placeholder

- Change intro from njk to liquid
- New svg content for brand shortcode
- New style for brand in ui
This commit is contained in:
sthag 2026-03-08 18:18:54 +01:00
parent 9b44963ba2
commit 6ae411c83b
5 changed files with 181 additions and 169 deletions

View file

@ -21,16 +21,7 @@
& > svg {
height: 32px;
width: 32px;
rect, circle, path {
stroke: black !important;
}
}
p {
}
;
}
}
}

View file

@ -124,6 +124,15 @@ $space_gui_half: hippie.$space_half;
.brand {
text-align: center;
svg {
height: 128px;
width: 128px;
rect, circle, path {
stroke: white !important;
}
}
img {
display: inline-block;
width: 128px;
@ -131,7 +140,7 @@ $space_gui_half: hippie.$space_half;
background-color: white;
}
*+h1 {
* + h1 {
margin-top: hippie.$space_small;
margin-bottom: hippie.$space_large;
}
@ -170,7 +179,7 @@ $space_gui_half: hippie.$space_half;
background-color: hippie.$color_back_basic;
transition: background-color 4s;
&:hover>.mouse-overlay {
&:hover > .mouse-overlay {
background-color: transparent !important;
transition: background-color hippie.$duration_basic hippie.$timing_basic 0s !important;
}