mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Change link colours
This commit is contained in:
@@ -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{
|
||||
|
@@ -1,10 +1,10 @@
|
||||
/* Markdown */
|
||||
:root{
|
||||
--maincolor: rgb(111, 119, 140);
|
||||
--bordercl:rebeccapurple;
|
||||
--maincolor: #a15bc2;
|
||||
--bordercl: #a15bc2;
|
||||
--callouctcolor:dodgerblue;
|
||||
--hovercolor:navy;
|
||||
--darkMaincolor: #50fa7b;
|
||||
--hovercolor: #a15bc2;
|
||||
--darkMaincolor: #a15bc2;
|
||||
}
|
||||
html {
|
||||
color: #232333;
|
||||
@@ -14,6 +14,7 @@ html {
|
||||
}
|
||||
body{
|
||||
display: block;
|
||||
background-color: #f8f8f8;
|
||||
margin: 8px;
|
||||
}
|
||||
* {
|
||||
@@ -111,7 +112,7 @@ pre {
|
||||
}
|
||||
|
||||
.highlight pre ::selection {
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
background: var(--maincolor);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user