This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

typos

author
Mitchell Hashimoto
date (Oct 6, 2025, 8:47 AM -0700) commit d7b9ce76 parent ffbdfbd1 change-id rynptktp
+3 -3
+3 -3
dist/doxygen/stylesheet.css
··· 112 112 --toc-background-color: #f4f6fa; 113 113 --toc-border-color: #d8dfee; 114 114 --toc-header-color: #4665a2; 115 - --toc-down-arrow-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='5px' fill='grey'><text x='0' y='5' font-size='10'>&%238595;</text></svg>"); 115 + --toc-down-arrow-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='5px' fill='gray'><text x='0' y='5' font-size='10'>&%238595;</text></svg>"); 116 116 117 117 /** search field */ 118 118 --search-background-color: white; ··· 163 163 --tooltip-arrow-background-color: white; 164 164 --tooltip-border-color: rgba(150, 150, 150, 0.7); 165 165 --tooltip-backdrop-filter: blur(3px); 166 - --tooltip-doc-color: grey; 166 + --tooltip-doc-color: gray; 167 167 --tooltip-declaration-color: #006318; 168 168 --tooltip-link-color: #4665a2; 169 169 --tooltip-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25); ··· 322 322 --toc-background-color: #151e30; 323 323 --toc-border-color: #202e4a; 324 324 --toc-header-color: #a3b4d7; 325 - --toc-down-arrow-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='5px'><text x='0' y='5' font-size='10' fill='grey'>&%238595;</text></svg>"); 325 + --toc-down-arrow-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='5px'><text x='0' y='5' font-size='10' fill='gray'>&%238595;</text></svg>"); 326 326 327 327 /** search field */ 328 328 --search-background-color: black;