87 Commits

Author SHA1 Message Date
daudix
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
daudix
5c80cfeca4
Don't wrap sentences in navbar dropdowns 2024-08-27 07:39:57 +03:00
daudix
fc8a533d0d
Rewrite _nav.scss (fixes #63)
Not the cleanest stylesheet but still a bit better than what it was.
2024-08-27 03:59:23 +03:00
daudix
3121386fd3
Don't duplicate icons in the resulting CSS
Intead, use CSS variables.
2024-08-26 21:43:56 +03:00
daudix
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
daudix
7ebea6c1b2
Initial navbar menus implementation (fixes #56 and #62)
I'm aware that the styles are very messy, I'm going to rewrite the whole
_nav.scss to be more DRY later.
2024-08-25 23:56:17 +03:00
daudix
7808d906f1
Use modern RGB format (fixes #54) 2024-08-23 23:18:59 +03:00
daudix
3e42c2e3be
Add edge highlight to active home button
I knew something was off!
2024-08-22 23:21:59 +03:00
daudix
a1e6d6e2b0
Fix theme switcher flex 2024-08-22 23:17:38 +03:00
daudix
20ee72f166
Utilize more flex stuff 2024-08-22 23:13:39 +03:00
daudix
5b5554f99c
Change theme switcher icon depending on current mode 2024-08-18 16:04:34 +03:00
daudix
b1236bcb84
Improve adaptivity of the footer links 2024-08-18 02:34:47 +03:00
daudix
c69b4a3e4f
Add repository button to the navbar 2024-08-18 02:32:22 +03:00
daudix
67c698b949
Add manual theme switcher (fixes #5) 2024-08-18 02:19:34 +03:00
daudix
b7eb0b7d69
Add home icon to home button 2024-08-17 22:51:18 +03:00
daudix
e326987985
Improve adaptivity of the navbar (fixes #45) 2024-08-17 22:36:34 +03:00
daudix
8c36ff9c07
Fix search bar color 2024-08-08 01:02:11 +03:00
daudix
2d6306a717
Fix line height in Arabic 2024-07-23 05:54:19 +03:00
daudix
a16f02e7a2
Use <strong> instead of <b> 2024-07-23 05:44:23 +03:00
daudix
0eb32679a5
Don't use the weird af "unset" keyword 2024-07-22 00:07:34 +03:00
daudix
94cbdaed62
Add "tricks" page (partially fixes #29) 2024-07-21 21:37:00 +03:00
daudix
67201978bb
Fix broken code blocks with complex settings (again)
Additionally, utilize `unset` instead of transparent in more places
2024-07-21 19:59:23 +03:00
daudix
54c75f36a6
Reset button appearance using appearance: none 2024-07-18 17:36:17 +03:00
daudix
e8cc17a4a0
A11y improvements and style tweaks
- Use button element instead of anchors, fixes keyboard navigation and
other issues
- Disable search input until it's open, prevents being able to write
inside it while it's closed
- Use :root instead of html in CSS
- Add minimal size for separator between home button and other links
2024-07-16 23:42:46 +03:00
daudix
dc69ae295a
Allow navbar/footer to grow past container width 2024-07-07 20:01:41 +03:00
daudix
5ab1557a93
Make the search bar visually part of the navbar
Plus make it nicer structucally
2024-07-05 06:43:45 +03:00
daudix
1758eb99a8
Make margins/paddings automatically adapt in rtl
No need for separate rules for rtl, yay!
2024-07-05 05:54:19 +03:00
daudix
4c913ce144
Pill-shaped search bar, adjust font size 2024-06-30 19:38:05 +03:00
daudix
3eaa81e755
Add search support
Only supports elasticlunr_json
2024-06-30 02:58:34 +03:00
daudix
03446caaa9
Replace ALL pixel values with REM 2024-06-27 19:04:12 +03:00
daudix
b157f81a07
Allow making posts "featured", tweak article list styles 2024-06-22 06:29:52 +03:00
daudix
7691b260a3
Fix missing labels (a11y)
Additionally add some missing translations
2024-06-20 06:48:56 +03:00
daudix
0a9b65d056
Rename language dropdown open animation, update screenshot 2024-06-20 04:06:39 +03:00
daudix
ee70e5fe46
More RTL improvements and some style tweaks 2024-06-18 07:52:13 +03:00
daudix
1f9fe1636d
Fun footer links hover effect, re-nest nav styles 2024-06-18 06:28:33 +03:00
daudix
276a3a37ea
Tweak the height of home button separator 2024-06-18 04:15:32 +03:00
daudix
e39b499844
Less pixels, more REMs 2024-06-18 04:13:00 +03:00
daudix
52e9cbeda0
Across the board style fixes and simplifications
Plus bump to v3
2024-06-18 03:19:37 +03:00
daudix
58f4e9975e
Open animation for lang menu and emojis 2024-06-18 00:04:42 +03:00
daudix
2abb4d234c
A set of style fixes for rtl langs 2024-06-17 05:21:54 +03:00
daudix
f7dcab6c1d
Add language switcher
It's a bit WET but hey, better than nothing I guess
2024-06-16 05:59:33 +03:00
daudix
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
daudix
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
daudix
f2644b9b5c
Get rid of the mobile menu
It wasn't as good as I would like it to be
2024-06-10 17:04:02 +03:00
daudix
cba25e34f7
Change order of the current nav item indicator styles 2024-06-09 19:13:53 +03:00
daudix
9638d4d46f
Rounder nav menu items, remove right margin for code blocks with copy button since it didn't work well 2024-06-09 00:51:38 +03:00
daudix
a69c24ef0a
Links menu in nav on mobile, DRY-er icon styles 2024-06-09 00:29:17 +03:00
daudix
2f3102e251
Increase top spacing of focused anchor, fix "skip to main content" preventing clicking on nav items on mobile 2024-06-06 23:19:04 +03:00
David Lapshin
d93bb90561
Custom focus indicator and accessebility fixes 2024-05-29 03:39:59 +03:00
David Lapshin
82a3e6c0ed
Pill-shape when active
More, mooooore details that no one will notice
2024-05-27 01:57:34 +03:00