Change link colours

This commit is contained in:
Dave Gallant
2023-03-25 17:59:10 -04:00
parent 210a55934d
commit 7b6eb962df
59 changed files with 942 additions and 114 deletions

View File

@@ -127,7 +127,7 @@ a:hover {
.highlight pre code[class*='language-bash']::before,
.highlight pre code[class*='language-sh']::before {
content: 'shell';
background: green;
background: rgb(118, 137, 118);
color:white
}
.highlight pre code[class*='language-json']::before{