927ac0e51a
Fix navbar links line height issues caused by previous commit
2024-09-22 06:58:20 +03:00
2469f64eb7
Scale up the blurnail on hover, percents suck, decimals are more readable
2024-09-18 18:46:35 +03:00
4c77ffdf5d
Fix top spacing of nav dropdowns on m0b1le
2024-09-18 04:23:06 +03:00
543d1bf862
Add share button and more ( fixes #73 )
2024-09-17 01:40:25 +03:00
f570d1dd74
Allow setting spoiler style via shortcode, move glass shadow to a CSS variable
2024-09-16 01:36:47 +03:00
727d85080e
Make dropdown opening animation same as on desktop
2024-09-15 22:33:27 +03:00
b651470c1d
Add font size variables for consistent typography
2024-09-15 22:21:04 +03:00
955de008c5
Don't set cursor on hover
2024-09-15 18:25:01 +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
4d278ca078
Use separator `div instead of ::after on the home button
2024-09-11 21:22:34 +03:00
a946255c44
Display pointer if an image is in link
2024-09-11 20:17:49 +03:00
91911cf4d2
Add fading on top/bottom of the search results container
2024-09-11 14:31:44 +03:00
1608ed814c
Close blocks properly
2024-09-06 16:12:23 +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
fcf8cdd680
Add active style to theme switcher buttons, style tweaks
2024-08-29 22:49: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
5c80cfeca4
Don't wrap sentences in navbar dropdowns
2024-08-27 07:39:57 +03:00
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
3121386fd3
Don't duplicate icons in the resulting CSS
...
Intead, use CSS variables.
2024-08-26 21:43:56 +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
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
7808d906f1
Use modern RGB format ( fixes #54 )
2024-08-23 23:18:59 +03:00
3e42c2e3be
Add edge highlight to active home button
...
I knew something was off!
2024-08-22 23:21:59 +03:00
a1e6d6e2b0
Fix theme switcher flex
2024-08-22 23:17:38 +03:00
20ee72f166
Utilize more flex stuff
2024-08-22 23:13:39 +03:00
5b5554f99c
Change theme switcher icon depending on current mode
2024-08-18 16:04:34 +03:00
b1236bcb84
Improve adaptivity of the footer links
2024-08-18 02:34:47 +03:00
c69b4a3e4f
Add repository button to the navbar
2024-08-18 02:32:22 +03:00
67c698b949
Add manual theme switcher ( fixes #5 )
2024-08-18 02:19:34 +03:00
b7eb0b7d69
Add home icon to home button
2024-08-17 22:51:18 +03:00
e326987985
Improve adaptivity of the navbar ( fixes #45 )
2024-08-17 22:36:34 +03:00
8c36ff9c07
Fix search bar color
2024-08-08 01:02:11 +03:00
2d6306a717
Fix line height in Arabic
2024-07-23 05:54:19 +03:00
a16f02e7a2
Use <strong> instead of <b>
2024-07-23 05:44:23 +03:00
0eb32679a5
Don't use the weird af "unset" keyword
2024-07-22 00:07:34 +03:00
94cbdaed62
Add "tricks" page (partially fixes #29 )
2024-07-21 21:37:00 +03:00
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
54c75f36a6
Reset button appearance using appearance: none
2024-07-18 17:36:17 +03:00
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
dc69ae295a
Allow navbar/footer to grow past container width
2024-07-07 20:01:41 +03:00
5ab1557a93
Make the search bar visually part of the navbar
...
Plus make it nicer structucally
2024-07-05 06:43:45 +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
4c913ce144
Pill-shaped search bar, adjust font size
2024-06-30 19:38:05 +03:00
3eaa81e755
Add search support
...
Only supports elasticlunr_json
2024-06-30 02:58:34 +03:00
03446caaa9
Replace ALL pixel values with REM
2024-06-27 19:04:12 +03:00
b157f81a07
Allow making posts "featured", tweak article list styles
2024-06-22 06:29:52 +03:00
7691b260a3
Fix missing labels (a11y)
...
Additionally add some missing translations
2024-06-20 06:48:56 +03:00