We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cf959 commit 932f0caCopy full SHA for 932f0ca
2 files changed
content/misc/documentation_update.md
@@ -1,7 +1,7 @@
1
+++
2
title='Documentation Update'
3
date=2023-10-27
4
-updated= 2025-04-26
+updated= 2025-05-24
5
taxonomies = { tags = ["Misc"] }
6
7
@@ -104,3 +104,12 @@ chmod +x .git/hooks/pre-push
104
The hook should now be setup and working.
105
106
[zola_chrono]: https://github.com/c-git/zola_chrono
107
+
108
+# Screenshot colors
109
110
+Documenting colors used for consistency going forward
111
112
+| Use | Color Code |
113
+| :------------------ | :------------------------------------------ |
114
+| Screenshot boarders | {{ color_with_background(color="797e9c") }} |
115
+| Highlights | {{ color_with_background(color="4cac44") }} |
templates/shortcodes/color_with_background.html
@@ -0,0 +1 @@
+<p style="background-color:#{{color}};">{{color}}</p>
0 commit comments