Update highlight colours

This commit is contained in:
Dave Gallant
2023-03-25 13:47:21 -04:00
parent ade197054d
commit 18c5a8c814
60 changed files with 1100 additions and 116 deletions

View File

@@ -21,8 +21,8 @@ body{
}
::selection {
background: var(--maincolor);
color: #fff;
background: #eef35c;
color: #000000;
}
p {
@@ -100,7 +100,7 @@ figure h4::before {
/* Code blocks */
code {
background-color: #f1f1f1;
padding: .1em .2em;
padding: 0em .0.1em;
}
pre {