Commit Graph

45 Commits

Author SHA1 Message Date
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
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
cba25e34f7 Change order of the current nav item indicator styles 2024-06-09 19:13:53 +03:00
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
a69c24ef0a Links menu in nav on mobile, DRY-er icon styles 2024-06-09 00:29:17 +03:00
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
d93bb90561 Custom focus indicator and accessebility fixes 2024-05-29 03:39:59 +03:00
82a3e6c0ed Pill-shape when active
More, mooooore details that no one will notice
2024-05-27 01:57:34 +03:00
ad7db51393 Don't round the top corners 2024-05-27 01:52:43 +03:00
693f079889 Stick it to the very top 2024-05-27 01:47:39 +03:00
266d9500b4 Move the indicator to the top 2024-05-27 01:36:28 +03:00
a08d719088 Active navbar link indicator 3000
Totally not inspired by Discord
2024-05-27 01:33:51 +03:00
0117694365 Fix breakage caused by previous commit 2024-05-20 19:43:57 +03:00
d77ebed269 Some initial sass refactoring (breaking change!)
Well, it's not a breaking change if you don't restyle duckquill heavily :)
2024-05-20 16:14:58 +03:00
bcabba7a64 Make stuff respect root font-size better 2024-05-15 02:37:28 +03:00
5b6ea6904c Revert "Convert colors to the superiour format (HSL)"
This reverts commit dad3e18d81.
2024-05-13 03:22:52 +03:00
dad3e18d81 Convert colors to the superiour format (HSL)
Still need to figure out how to make sure it's sompiled to rgb everywhere
2024-05-13 01:05:49 +03:00
a5a68d8c3f Fix the active state of navbar links 2024-05-10 02:36:20 +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
0fa24c2d7c Sort styles using "Sort CSS" VSCode extension 2024-04-03 02:19:54 +03:00
7f1b6b4abd Use DDG for QR code, fix #14 and #16 2024-03-27 05:16:41 +03:00
d0eaa63568 Change indenting to 1 tab (4 spaces)
It's more readable this way
2024-02-27 18:38:23 +03:00
da3b5d5bc1 Mooore edge highlights! 2024-02-17 15:32:09 +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
cd69d19ed7 Improve nav, support .domains in workflow 2024-02-07 17:14:51 +03:00
e4246c69b8 feat: Skip to content link 2024-02-04 00:32:33 +03:00
a91c711d2e fix: title having whitespace, stylesheet copyright year 2024-01-30 16:26:00 +03:00
4d9efb886e fix: Make the scanlines on top, move nav even more top 2024-01-29 22:13:59 +03:00
f45e5b5e2c feat: Add feed link text for accesibility and w3m 2024-01-29 01:31:59 +03:00
eb8f9e751a feat: Use rem instead of px 2024-01-29 00:07:11 +03:00
69445b645d Added some margin to have a more balanced nav 2024-01-28 22:54:54 +02:00
852fdc5548 fix: Don't transform separator when active 2024-01-28 23:40:31 +03:00
36d8dda804 feat: Use fonts provided by system, new navbar (again) 2024-01-28 20:41:32 +03:00
9595796101 feat: Even *more* adaptive navbar
Oh and icons can be disabled without the nav turning into shit
2024-01-23 11:43:04 +03:00
f8efb69e6c feat: Make stuff look good on as many browser versions as possible
Rejoice iPhone users, you'll have pretty CRT now as well!
2024-01-23 09:47:59 +03:00
5939a6681f chore: Use IDs instead of classes for nav and footer; change name to site-nav/footer 2024-01-22 22:12:46 +03:00
3e8e9647d8 feat: Revert previous nav design, re-add option to disable nav icons
Yes, I'm weird
2024-01-20 19:14:09 +03:00
4ab0720ce2 feat: More glass-like navbar, support for author set in front matter, remove option to disable nav icons 2024-01-20 18:39:04 +03:00
275fa8bbde chore: Revert title capitalization of Website Source
Since this is not a header nor a button, it shouldn't have header capitalization
2024-01-20 16:15:12 +03:00
ca7c238a27 fix: Patch bootstrap icons to always be sharp 2024-01-19 08:56:03 +03:00
2a1a7921b3 fix: Navbar styles leaking to comments header, use real icons for verified badge 2024-01-18 12:24:07 +03:00
5d8b14530b feat: Rewrite nav, improve comment faves/boosts
Also, this is perhaps last featire commit here, I'll merge duckquill and my main site, it can be still used as a theme, it's just will be more convenient
2024-01-17 18:58:49 +03:00
8c413a6101 feat: Underline links for accessebility, add active style for clickable elements, use current year in footer 2024-01-16 01:03:15 +03:00
4addfec36e feat: Restore BS icons, separate styles to modules 2024-01-13 17:15:18 +03:00