Compare commits

...

9 Commits
0.1.1 ... main

Author SHA1 Message Date
david-swift
bcdfbaf5f8 Merge pull request 'fix-extra-linebreak' (#9) from Tortellini/duckling:fix-extra-linebreak into main
All checks were successful
Publish / publish (push) Successful in 20s
Reviewed-on: #9
Reviewed-by: david-swift <david-swift@noreply.aproksha.uber.space>
2025-08-26 12:23:53 +02:00
Tortellini
c39a2fbe62 Remove arrow realignment 2025-08-26 09:04:42 +02:00
Tortellini
e53d8bc4a8 merge upstream 2025-08-25 06:24:44 +02:00
fb515153e3 Fixes issue where there was an extra linebreak on article list elements until you hover over it once. 2025-08-24 21:22:31 -07:00
david-swift
d24e3e4acd Merge pull request 'more in the wild' (#7) from Zie0/duckling:main into main
All checks were successful
Publish / publish (push) Successful in 17s
Reviewed-on: #7
2025-08-02 08:07:49 +02:00
Zie0
cae3a11e4e Merge pull request 'Update content/_index.md' (#1) from more-in-the-wild into main
Reviewed-on: Zie0/duckling#1
2025-07-30 06:17:43 +02:00
Zie0
51b6898265 Update content/_index.md 2025-07-30 06:16:59 +02:00
david-swift
034379e200 Merge pull request 'Add dwagon.cc to sites using Duckling' (#6) from shiloh/duckling:main into main
All checks were successful
Publish / publish (push) Successful in 27s
Reviewed-on: #6
Reviewed-by: david-swift <david-swift@noreply.aproksha.uber.space>
2025-06-17 08:34:28 +02:00
Shiloh Fen
771913b350 Add dwagon.cc to sites using Duckling 2025-06-17 03:06:16 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,8 @@ It is based on the [Duckquill](https://duckquill.daudix.one) theme for blogs.
- [aparoksha.dev](https://aparoksha.dev)
- [david.aparoksha.dev](https://david.aparoksha.dev)
- [duckling.aparoksha.dev](https://duckling.aparoksha.dev)
- [dwagon.cc](https://dwagon.cc)
- [present.quest](https://present.quest/)
- Yours? <small>(feel free to send a pull request)</small>
### Thanks To

View File

@ -65,6 +65,8 @@
font-weight: bold;
line-height: 1;
font-family: var(--font-system-ui);
display: flex;
align-items: center;
&::after {
-webkit-mask-image: var(--icon-right);