docs + cleanup

This commit is contained in:
jokob-sk
2025-01-04 13:20:18 +11:00
parent 19441a4431
commit f2a0018982
10 changed files with 35 additions and 53 deletions
+1 -1
View File
@@ -615,7 +615,7 @@ body
.modal_red
{
color: rgb(245, 245, 245);
color: #d41001;
background-color: #e2acaa;
border-color: #d41001;
}
+4
View File
@@ -732,4 +732,8 @@ input[type="password"]::-webkit-caps-lock-indicator {
background-color: #000 !important;
}
.callout code {
background-color: #fff !important;
color:#000 !important;
}
+5
View File
@@ -735,3 +735,8 @@
}
}
.callout code {
background-color: #fff !important;
color:#000 !important;
}