mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Update highlight colours
This commit is contained in:
@@ -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