Commit Graph

38 Commits

Author SHA1 Message Date
543d1bf862 Add share button and more (fixes #73) 2024-09-17 01:40:25 +03:00
bd97b75c4f Use percents for opacity 2024-09-16 21:52:04 +03:00
b651470c1d Add font size variables for consistent typography 2024-09-15 22:21:04 +03:00
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
a1946ae0b2 A bunch of breaking changes for no reason except for "I didn't like it"
I mean, this release has breaking changes anyway, why not break all the
stuff I wanted to break?
2024-09-14 03:37:03 +03:00
fcf8cdd680 Add active style to theme switcher buttons, style tweaks 2024-08-29 22:49:42 +03:00
74eaa00a9b Center the date vertically when tags wrap 2024-08-29 06:42:42 +03:00
be4605cdfb Add margin between article heading and details (fixes #68)
Additionally fix the tags not floating to the end of article card, and
add a nice top border to details
2024-08-29 06:28:18 +03:00
a029f81333 DRYer _article-list.scss 2024-08-26 22:05:48 +03:00
80e7ccf9ae Don't same icon for the post badge and ::before 2024-08-26 21:52:49 +03:00
3121386fd3 Don't duplicate icons in the resulting CSS
Intead, use CSS variables.
2024-08-26 21:43:56 +03:00
0db21144df Slightly tilt the star 2024-08-26 03:42:05 +03:00
6124fdfc60 Add hot/poor article types, move article list to a partial (fixes #58 and #53)
Among other things introduce new --fg-contrast color variable.
2024-08-26 03:35:30 +03:00
225d98e11e Fix adaptivity of post tags 2024-08-11 03:53:25 +03:00
96966dfb4c RTL-friendly border radius 2024-07-29 21:01:02 +03:00
ca6b07acfa Remove heading top margin in featured post card 2024-07-24 05:23:58 +03:00
c2cc9b0e56 Fix badge padding in RTL 2024-07-23 06:01:38 +03:00
2d6306a717 Fix line height in Arabic 2024-07-23 05:54:19 +03:00
a6e0471fb2 Display multiple post authors of present, align tags to the right 2024-07-20 02:00:53 +03:00
7e629c95ff Float tags to the end of post card 2024-07-07 16:48: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
29fa3ec522 Add GitHub-styled alerts 2024-07-05 03:01:00 +03:00
3eaa81e755 Add search support
Only supports elasticlunr_json
2024-06-30 02:58:34 +03:00
78b37ef30c Slimmer headings 2024-06-29 07:04:11 +03:00
ca116cfb10 That draft style annoyed me 2024-06-23 01:48:17 +03:00
b157f81a07 Allow making posts "featured", tweak article list styles 2024-06-22 06:29:52 +03:00
ee70e5fe46 More RTL improvements and some style tweaks 2024-06-18 07:52:13 +03:00
52e9cbeda0 Across the board style fixes and simplifications
Plus bump to v3
2024-06-18 03:19:37 +03:00
2abb4d234c A set of style fixes for rtl langs 2024-06-17 05:21:54 +03:00
018fcf813c Get rid of overcomplicated transition properties
Not a single time this been useful, quite the opposite; it was very
annoying
2024-06-15 02:18:13 +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
a697ff01bd Fix long post title sneaking under the archived/drafted badge (fix #23) 2024-05-12 17:37:33 +03:00
b7b95e6653 Only target needed elements for transitioning, more fail-proof reduced motion setting 2024-05-09 23:32:09 +03:00
21bad0a764 Add active state to the footer socials
And use "transform" for transforms since e.g setting scale directly is not widely supported by browsers (baseline 2022)
2024-05-02 23:42:16 +03:00
0a07972a60 Make the drafted post hover transition longer 2024-05-02 22:14:19 +03:00
05d44214be Rename blog* to article* (breaking change!)
Since these styles and templates can be used not only for blogs but for anything, more correct naming makes sense, at cost of a breaking change...
2024-05-02 21:54:47 +03:00