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

Built site for AMR: 1.8.2.9133@e890360

This commit is contained in:
github-actions
2023-02-17 12:20:23 +00:00
parent 550fd47250
commit 2183549fea
102 changed files with 507 additions and 510 deletions

View File

@ -51,7 +51,7 @@
/* marked words for after using the search box */
mark, .mark {
background: rgba(17, 143, 118, 0.25) !important;
background: var(--bs-light) !important;
}
/* smaller tables */
@ -82,17 +82,18 @@ pre .fu, .fu {
}
pre .st, .st {
/* strings, regular text */
color: #60a799 !important;
color: var(--bs-info) !important;
}
pre .co, .co {
/* comments */
color: #999999 !important;
color: var(--bs-success) !important;
font-style: italic !important;
}
pre code .r-out,
pre code .r-msg {
/* output of functions */
color: #555555 !important;
color: var(--bs-gray-600) !important;
font-style: normal !important;
}
code a[href],
a[href] code,