Skip to content

Commit 932f0ca

Browse files
committed
Document colors used for consistency
1 parent 78cf959 commit 932f0ca

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

content/misc/documentation_update.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title='Documentation Update'
33
date=2023-10-27
4-
updated= 2025-04-26
4+
updated= 2025-05-24
55
taxonomies = { tags = ["Misc"] }
66
+++
77

@@ -104,3 +104,12 @@ chmod +x .git/hooks/pre-push
104104
The hook should now be setup and working.
105105

106106
[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") }} |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p style="background-color:#{{color}};">{{color}}</p>

0 commit comments

Comments
 (0)