Merge pull request #2 from mfaani/changeCodeTagColor

Change code tag color
This commit is contained in:
Mohammad Faani 2022-01-30 09:26:18 -05:00 committed by GitHub
commit 51f07161b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.hugo_build.lock

View File

@ -136,3 +136,7 @@ img {
::-webkit-scrollbar-thumb:hover {
background: var(--secondary);
}
p > code {
color: #FF7F50;
}