Commit Graph

15 Commits

Author SHA1 Message Date
d4564ca973 scope ul font-size rule to prevent global CSS pollution
All checks were successful
CI / update (push) Successful in 9s
The global 'ul' selector was affecting all unordered lists across the app after visiting /glaube/rosenkranz. This caused layout issues with action buttons on recipe pages where the internal symbols would shift to the top instead of being centered.

Fixed by scoping the rule to only apply to ul elements within .gebet containers.
2025-12-27 13:31:40 +01:00
76245ee033 feat: add crosses font with WOFF2 support for prayer symbols
- Add crosses.ttf and crosses.woff2 font files to static/fonts/
- Load crosses font globally in app.css with WOFF2 and TTF fallback
- Apply crosses font to italic elements in prayers (christ.css)
- Ensures consistent cross symbol rendering across prayers and rosary
2025-12-06 11:58:02 +01:00
d1587a3672 move globals out of component into css file 2024-02-18 23:34:14 +01:00
25af1f9145 add link styling 2024-02-18 15:09:25 +01:00
6aed4baf22 add forgotten css 2024-02-01 17:17:20 +01:00
e0b3f546c8 add forgotten Card icon to darktheme 2024-01-20 00:43:31 +01:00
00c23bcdba dark theme implemented 2024-01-20 00:39:53 +01:00
2ceb8ef864 fix mess-up on hover 2023-07-23 12:48:12 +02:00
217e0e6e00 forms updated 2023-07-22 15:04:18 +02:00
e3de4e8db9 less mislicks, switched to :focus where appropriate 2023-07-13 18:27:02 +02:00
45ace12530 add missing css 2023-07-10 13:25:04 +02:00
93d637a098 add shake.css 2023-07-10 13:24:42 +02:00
357e2f7eeb randomize order of recipes based on day 2023-07-10 13:00:11 +02:00
6be720d5e6 Update build process 2023-06-25 10:17:12 +02:00
bdfb7280e1 First almost fully functioning MVP.
Lacking:
- Seasons cannot be added/edited
- image upload
- layout recipe/adding
2023-06-24 15:35:38 +02:00