Commit Graph

15 Commits

Author SHA1 Message Date
327d1a5b25
fix mixed code copy color (#699) 2023-09-01 23:12:13 +02:00
2f614e6553
fix: fix hover background color for the code copy box (#698) 2023-08-31 23:27:02 +02:00
29627c964b
fix: improve color of links within hints in dark mode (#555) 2022-12-11 21:43:56 +01:00
21da7191a3
chore: make css var --accent-color-dark slightly darker (#551) 2022-12-07 09:14:25 +01:00
fb905bd6c1
feat: add optional page description to search (#550)
Add optional page description to the search result list. The feature can be enabled by `geekdocSearchShowDescription=true` and is disabled by default. The max length of the description is set to `55` and will be truncated automatically if the limit is exceeded.
2022-12-07 08:57:41 +01:00
7195431d8c
fix: improve keyboard accessability for anchors and code blocks (#434) 2022-06-10 21:44:08 +02:00
6545ceb24d
feat: add option geekdocDarkModeCode to enforce dark codeblocks (#429) 2022-05-31 14:14:01 +02:00
6ab98d1da3
feat: add propertylist shortcode (#414) 2022-05-22 22:00:37 +02:00
a056805a30
docs: migrate hints to named attributes (#393) 2022-04-30 14:28:48 +02:00
f6966b8513
feat: add optional hint/admonition icons (#383)
BREAKING CHANGE: The types of the `hint` short code have been renamed to `[note|tip|important|caution|warning]` the old types `[info|ok|warning|danger]` are still working, but should be considered as deprecated.

BREAKING CHANGE: The `hint` short code is using named arguments now. You have to change, e.g. `{{< hint warning >}}` to `{{< hint type=warning >}}`.
2022-04-23 15:14:42 +02:00
6e7c01e04f
cleanup formatting and docs (#247) 2021-11-24 09:10:26 +01:00
75f56d8fad
feat: add button to copy code blocks (#228)
BREAKING CHANGE: The `--code-max-height` formatting is applied only to code blocks that use syntax highlighting, see [documentation](https://geekdocs.de/features/code-blocks/).
2021-11-07 22:12:14 +01:00
9682ef999b
fix: adjust colors to improve accessibility (#159) 2021-07-05 08:42:48 +02:00
b82f5e1ae8
fix: reset dimming filters in light mode (#109) 2021-05-08 13:32:33 +02:00
59be9a504f
Dark mode (#66) 2021-04-27 23:44:35 +02:00