26 Commits

Author SHA1 Message Date
673f77cfd1 Convert all icons to CSS variables, add feed button next to tags heading 2024-12-23 23:20:43 +03:00
6b70c103c1 Format code 2024-10-26 18:13:34 +03:00
694479bcdb Improved comments (see changelog) 2024-10-23 04:35:15 +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
42c78c8557 RTL fixes and anchor restyle 2024-09-28 02:25:08 +03:00
d4375dbcb4 Who needs float when you can flex 2024-09-23 01:11:51 +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
a946255c44 Display pointer if an image is in link 2024-09-11 20:17:49 +03:00
ceded156a8 Rename --shine to --shimmer, make sure images are always on top when hovered 2024-09-09 19:31:12 +03:00
fe1ec83a28 Disable copy button until animation completes, fix the fill animation color, change how animations/transitions are disabled 2024-09-02 03:25:26 +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
65770c2d93 More active states 2024-08-31 06:52:32 +03:00
31a84473ba Improve comments styles, use more fitting cursors 2024-08-30 06:42:22 +03:00
3121386fd3 Don't duplicate icons in the resulting CSS
Intead, use CSS variables.
2024-08-26 21:43:56 +03:00
2d6306a717 Fix line height in Arabic 2024-07-23 05:54:19 +03:00
0eb32679a5 Don't use the weird af "unset" keyword 2024-07-22 00:07:34 +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
f72225103f Don't use :has for copy code animation
And move the main container to _general.scss
2024-07-18 22:14:01 +03:00
4535abdc13 Some more sassy moving 2024-05-20 16:25:21 +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
2fc27bd9e6 Simplify unnecesairly complex style 2024-05-10 15:51:35 +03:00
2c00af1bd7 Fix the copy button scrolling with overflowed code, add blur to it for legibility 2024-05-10 15:46:19 +03:00