Merge branch 'MDL-76563-main' of https://github.com/roland04/moodle

This commit is contained in:
Jun Pataleta 2024-11-06 17:29:26 +08:00
commit 2084b4f02d
No known key found for this signature in database
GPG key ID: F83510526D99E2C7
4 changed files with 6 additions and 6 deletions

View file

@ -13302,7 +13302,7 @@ readers do not read off random characters that represent icons */
--blue: #0f6cbf;
--indigo: #6610f2;
--purple: #613d7c;
--pink: #e83e8c;
--pink: #db1a74;
--red: #ca3120;
--orange: #f0ad4e;
--yellow: #ff7518;
@ -13858,7 +13858,7 @@ mark,
code {
font-size: 87.5%;
color: #e83e8c;
color: #db1a74;
word-wrap: break-word;
}
a > code {