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

@@ -10,8 +10,8 @@ body {
}
::selection {
background: red;
color: #fff;
background: rgb(212, 240, 32);
color: #000000;
text-shadow: none;
}
@@ -19,10 +19,10 @@ hr {
border-top: 3px dotted blue;
}
code {
background-color: lightblue;
background-color: rgb(184, 189, 190);
color: black;
text-decoration: bold;
padding: 0.1em 0.2em;
padding: 0em 0.1em;
}
pre {
background-color: #272822;
@@ -156,4 +156,4 @@ a:hover {
content: 'Markdown';
background: royalblue;
color: whitesmoke ;
}
}

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 {