Merge pull request #2 from mfaani/changeCodeTagColor
Change code tag color
This commit is contained in:
commit
51f07161b6
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.hugo_build.lock
|
||||||
|
|
@ -136,3 +136,7 @@ img {
|
|||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: var(--secondary);
|
background: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p > code {
|
||||||
|
color: #FF7F50;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user