Commit Graph

21 Commits

Author SHA1 Message Date
75d2e5476c Details open animation and custom arrow, make icons use current text color 2024-09-15 18:14:39 +03:00
a5f16ca54f Optional bundled fonts (fixes #44). Style cleanups 2024-09-15 03:49:59 +03:00
4ed42a397b Get rid of pre-iOS-15 -webkit- prefixes
I mean, I don't care about anything lower tbh
2024-09-14 05:06:48 +03:00
3121386fd3 Don't duplicate icons in the resulting CSS
Intead, use CSS variables.
2024-08-26 21:43:56 +03:00
2d6306a717 Fix line height in Arabic 2024-07-23 05:54:19 +03:00
1758eb99a8 Make margins/paddings automatically adapt in rtl
No need for separate rules for rtl, yay!
2024-07-05 05:54:19 +03:00
3cead8e440 Smaller margin between icon and statement heading 2024-07-05 03:11:38 +03:00
280857fc56 Use margin instead of untrimmed space 2024-07-05 03:08:38 +03:00
29fa3ec522 Add GitHub-styled alerts 2024-07-05 03:01:00 +03:00
971247d477 Normal line height for statement headings 2024-06-30 03:26:09 +03:00
3926adeae2 Don't use smaller line height on the headings 2024-06-23 02:15:13 +03:00
ea9a01f6f7 Recolor links in statements 2024-06-23 02:08:38 +03:00
9eee1bc77d Move the rest of the icons to CSS mask
This way user can change the icon without overriding the template
itself, plus it's cleaner this way
2024-06-13 17:15:35 +03:00
bcabba7a64 Make stuff respect root font-size better 2024-05-15 02:37:28 +03:00
0fa24c2d7c Sort styles using "Sort CSS" VSCode extension 2024-04-03 02:19:54 +03:00
d0eaa63568 Change indenting to 1 tab (4 spaces)
It's more readable this way
2024-02-27 18:38:23 +03:00
28992f5d8d Figured it out;
Only opaque or frosted elements should cast shadow, othervise only edge highlight should be used
2024-02-16 01:57:09 +03:00
791475cf2b Remove blur :(
It was pretty damn slow on pages like "tags"
2024-02-16 01:37:01 +03:00
592a486148 Glassmorphism!
Or however it's called, basically all semi-transparent elements are now blurred, see https://daudix.codeberg.page to see why I did this (if this change is still live ofc)
2024-02-15 23:02:46 +03:00
184d7bd456 Use emoji heart in comments, don't use shadow for statements, make nested quotes not rounded 2024-02-12 18:27:31 +03:00
4addfec36e feat: Restore BS icons, separate styles to modules 2024-01-13 17:15:18 +03:00