added blue color for tag

This commit is contained in:
Mohammad Faani 2022-02-21 19:23:19 -05:00
parent 51f07161b6
commit dd67f18310
2 changed files with 8 additions and 2 deletions

View File

@ -137,6 +137,6 @@ img {
background: var(--secondary);
}
p > code {
color: #FF7F50;
code {
color: var(--code);
}

View File

@ -15,6 +15,10 @@
--hljs-bg: rgb(28, 29, 33);
--code-bg: rgb(245, 245, 245);
--border: rgb(238, 238, 238);
--code: #125b9b;
/*
0A4578
6764A0 */
}
.dark {
@ -27,6 +31,8 @@
--hljs-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
--code: #99c2cf;
/* 9CDAEC */
}
.list {