mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Update highlight colours
This commit is contained in:
@@ -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 ;
|
||||
}
|
||||
}
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user