69 Commits

Author SHA1 Message Date
welpo
87f1099caa
💄 style: fix hover color for <rt> element in links
Before, it would be invisible on hover.
2024-11-05 19:22:46 +01:00
welpo
51fee5d660
💄 style: add styling for <kbd> keyboard input 2024-11-05 17:28:22 +01:00
Óscar
c9f8d27b96
feat: add force_text_direction shortcode (#414) 2024-10-18 19:01:15 +02:00
Óscar
1027f5ba53
🌐 style: improve RTL styling consistency (#381) 2024-09-16 17:50:16 +02:00
Óscar
a7e78b29ab
feat: add Mermaid diagram support (#370) 2024-08-28 14:56:30 +02:00
Mohammed Alotaibi
13d305ac1a
🐛 fix(RTL): fix blockquote style (#368)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2024-08-26 15:38:33 +02:00
welpo
0f18ac264d
💄 style: match footnote backlinks size on Zola v0.19 2024-07-01 15:08:59 +02:00
welpo
8537bbc10e
♻️ refactor: set visibility hidden in "hidden" class 2024-03-11 12:32:36 +01:00
Óscar
011d24a74b
🐛 fix(article-navigation): adjust spacing for RTL (#275) 2024-02-12 19:32:37 +01:00
Mohammed Alotaibi
b3ef23f305
🐛 fix(i18n): reverse arrows in RTL languages (#272)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2024-02-12 18:46:48 +01:00
ZzMzaw
b011f58da6
feat: allow inverting previous/next article links (#261)
- Adds next/previous labels for clarity
- Truncated long titles get "…" appended

Co-authored-by: welpo <welpo@users.noreply.github.com>
2024-01-29 00:00:30 +01:00
Óscar
906bc9dec0
feat: add search functionality (#250) 2024-01-08 01:00:52 +01:00
Óscar
dac6bfc024
feat: add previous/next article navigation (#246) 2024-01-04 19:05:06 +01:00
Óscar Fernández
6b69cf7a3e
🐛 fix: prevent background overflow on link hover (#226) 2023-12-02 19:54:04 +01:00
welpo
1e33b9bc1f
feat: improve clickability cue by adding pointer cursor to details summary 2023-11-21 19:42:36 +01:00
Óscar Fernández
1df3f7f89c
feat(sitemap): add XML styling (#221) 2023-11-14 23:26:44 +01:00
Donovan Glover
944ad4db35
💄 fix(style): add line-height to .section-title (#205) 2023-10-18 00:12:27 +02:00
Óscar Fernández
2c6ac293ad
️ fix: improve accessibility and i18n (#183) 2023-10-02 18:08:57 +02:00
Óscar
6f269eee4a
feat(templates): introduce info-page template (#147) 2023-09-13 01:38:25 +02:00
Óscar
14ccb208cf
🎨 refactor: turn macros into partials & sort CSS (#146) 2023-09-12 21:28:33 +02:00
Óscar
0055a3613e
️ fix(a11y): update heading tags (#140) 2023-09-09 18:03:09 +02:00
welpo
1adf2423f3
💄style: use divider-color for <hr> & remove border-color 2023-08-26 21:09:34 +02:00
welpo
95a35fceb6
🔥chore(css): remove duplicated hr declaration 2023-08-26 19:05:01 +02:00
Óscar
ac41bb18f8
feat(quick-navigation): add ToC button (#115) 2023-08-25 15:52:25 +02:00
welpo
497566e696
🔥 chore: remove duplicated p line-height 2023-08-12 17:04:20 +02:00
welpo
8949db43e1
💄 fix: draft margin 2023-08-11 01:50:50 +02:00
welpo
e3ee95d718
💄 style: redesign block quotes 2023-08-06 21:19:31 +02:00
Óscar
5cdc18e688
feat: add backlinks to footnotes (#101) 2023-08-02 18:35:27 +02:00
welpo
a1ceb74785
💄 style: improve footnotes and <hr> styling
Fixes multiple footnotes having a horizontal line above each.
2023-08-02 17:28:47 +02:00
welpo
05a6d15455
feat: add quick navigation buttons
💄 style(dark): change inline code background

♻️ refactor: simplify comment system logic
2023-07-16 00:50:07 +02:00
welpo
787243c3c5
♻️ refactor: unify table styling 2023-07-06 13:55:00 +02:00
welpo
0494a54f57
💄 style: add styling to infobox 2023-06-26 02:12:49 +02:00
welpo
36930dc817
💄 style: add padding-top class 2023-06-24 03:05:41 +02:00
welpo
5bdb8045a6
💄 style: set custom header anchor 2023-06-18 23:13:37 +02:00
welpo
87a5c9a3a2
♻️ refactor: simplify sans-serif-font declarations
🐛 fix: use sans-serif in article
2023-04-30 01:08:27 +02:00
welpo
14997045d8
style: prevent header anchor selection
- Add `user-select: none` to .zola-anchor class in CSS
2023-04-17 13:56:08 +02:00
welpo
050f546e27
🐛 fix: set proper scope to transparent hover for anchor 2023-04-15 21:25:24 +02:00
welpo
1c07128aeb
💄 style: use theme's primary colour for table headers 2023-04-15 20:50:12 +02:00
welpo
7a1bb1d04c
🎨 refactor: improve code format; set tabs = 4 spaces 2023-04-15 00:58:01 +02:00
welpo
8006500593
💄 style: minor changes to article title
Increases line height.
2023-03-19 01:10:46 +01:00
welpo
15f26293b5
💄 style: reduce text/background contrast 2023-03-11 18:56:44 +01:00
welpo
15c1280706
💄 style: hide anchor links on small screens 2023-03-11 00:22:52 +01:00
welpo
884cc90439
🐛 fix: remove header link background change on hover 2023-03-11 00:21:31 +01:00
welpo
667f15abb2
🐛 fix: remove h1 permalink 🔗 background on hover 2023-03-08 02:01:21 +01:00
welpo
0f07a6e98b
💄 style: remove round borders on tables for consistency 2023-03-07 01:47:45 +01:00
welpo
ba19524254
💄 style: simplify colourscheme
Improves accessibility and cohesion.
2023-03-07 01:39:46 +01:00
welpo
77298d82b0
💄 style: fix invisible url on hover in projects 2023-03-06 23:28:26 +01:00
welpo
e51f5318d6
️ style: increase contrast for link hover 2023-03-06 21:57:29 +01:00
welpo
1f4f3a906f
💄 style: increase margin between anchor and header 2023-03-06 11:28:56 +01:00
welpo
7532e0ab12
feat: add anchor header links on hover
Closes #64
2023-03-06 02:22:02 +01:00