52 Commits

Author SHA1 Message Date
915a71fecd Optional TOC sidebar (fixes #107) 2024-12-01 16:55:08 +03:00
e867a12356 Margin and variables stuff 2024-10-30 20:56:30 +03:00
1e47460527 Return some -webkit- prefixes for wider compatibility
It was too good to be true
2024-10-02 04:20:21 +03:00
b651470c1d Add font size variables for consistent typography 2024-09-15 22:21:04 +03:00
0b4388f382 Fix socials height 2024-09-15 18:28:52 +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
b6b2639373 Make --color-opacity variable "private", tweak switch style 2024-09-02 01:53:02 +03:00
db499a9363 Attempt to switch to relative colors for primary-color-alpha, simplify --active variable, add --hover and --disabled variables 2024-09-01 16:54:39 +03:00
a69352c8b5 Add active state to footer's "Powered by" links 2024-08-31 03:40:22 +03:00
31a84473ba Improve comments styles, use more fitting cursors 2024-08-30 06:42:22 +03:00
fcf8cdd680 Add active style to theme switcher buttons, style tweaks 2024-08-29 22:49:42 +03:00
95a80e4c07 Reduce nesting depth in _footer.scss 2024-08-27 04:36:30 +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
092ca0ba97 Ditto but for the footer 2024-08-23 00:50:58 +03:00
b1236bcb84 Improve adaptivity of the footer links 2024-08-18 02:34:47 +03:00
ebf4f7c2b7 Utilize --contrast-color for footer Duckquill and Zola links 2024-08-15 00:36:49 +03:00
0b180de74f Temporary fix for #43 2024-08-15 00:11:16 +03:00
6358403d07 Normalize line height in footer 2024-08-07 00:16:19 +03:00
2d6306a717 Fix line height in Arabic 2024-07-23 05:54:19 +03:00
dc69ae295a Allow navbar/footer to grow past container width 2024-07-07 20:01:41 +03:00
b157f81a07 Allow making posts "featured", tweak article list styles 2024-06-22 06:29:52 +03:00
3ff75f2f7d Background-less footer, string tweaks 2024-06-20 20:17:52 +03:00
06abedb4b0 Fun footer links (Powered by Zola and Duckquill) 2024-06-20 03:32:05 +03:00
b70b152c53 Fix footer <p> spacing, give nav space to breathe
Why I used padding and not margin in the first place!?
2024-06-20 03:17:54 +03:00
096aea2cf0 Add max width to footer 2024-06-19 17:13:17 +03:00
fe3a058dfc Add some basic arabic demo
Yes, the translation is dogshit, I didn't have time to translate it
myself, so here we are, using DeepL
2024-06-18 08:52:50 +03:00
ee70e5fe46 More RTL improvements and some style tweaks 2024-06-18 07:52:13 +03:00
1f9fe1636d Fun footer links hover effect, re-nest nav styles 2024-06-18 06:28:33 +03:00
bcf57b7147 Display posts count for each tag in the tag list
And increase the "small" for size to closest pixel-perfect value
2024-06-18 05:44:13 +03:00
dce877ff85 Return footer links, with a bit different style 2024-06-18 04:02:52 +03:00
52e9cbeda0 Across the board style fixes and simplifications
Plus bump to v3
2024-06-18 03:19:37 +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
a69c24ef0a Links menu in nav on mobile, DRY-er icon styles 2024-06-09 00:29:17 +03:00
1c9d941601 No active transition on footer socials? no way! 2024-05-23 23:21:51 +03:00
bcabba7a64 Make stuff respect root font-size better 2024-05-15 02:37:28 +03:00
54284fbb0b Make sure the icon is sized properly in footer socials 2024-05-12 21:27:47 +03:00
b7b95e6653 Only target needed elements for transitioning, more fail-proof reduced motion setting 2024-05-09 23:32:09 +03:00
dea2adb63d Rename --content-width to --container-width 2024-05-06 00:43:10 +03:00
86cc9a7ff3 Improve footer socials hoover state, make the structure cleaner 2024-05-04 22:41:35 +03:00
2ff0428619 Make the footer socials smaller 2024-05-04 21:56:29 +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
4c774ff990 Make footer social links darker
They were too bright compared to the "powered by" text, even though it used same color
2024-05-02 21:30:29 +03:00
8aa03d03fa Rewrite footer to support links and socials, tweak heading sizes, deprecate page/site links and replace with "external" class, change discalimer heading from plural to singular 2024-05-02 17:58:27 +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
89f0c95b70 feat: Try passing w3 validation 2024-01-30 23:38:57 +03:00