1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-27 17:07:54 +02:00

Built site for AMR@2.1.1.9118: 7e7db6b

This commit is contained in:
github-actions
2024-12-15 19:23:39 +00:00
parent 367c8e38b7
commit fa577c3071
83 changed files with 199 additions and 182 deletions

View File

@ -213,6 +213,11 @@ pre .co, .co {
color: var(--amr-green-dark) !important;
font-style: italic !important;
}
div.sourceCode  pre .co,
div.sourceCode .co {
/* comments in example sections, since functions are already green too */
color: var(--bs-gray-600) !important;
}
pre code .r-out,
pre code .r-msg {
/* output of functions */