added blue code color

This commit is contained in:
Mohammad Faani
2022-02-21 16:35:29 -05:00
parent 51f07161b6
commit 854e4e6be7
2 changed files with 9 additions and 2 deletions

View File

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