set code tag color to orange

This commit is contained in:
Mohammad Faani Tabrizi 2022-01-30 09:22:08 -05:00
parent ca1282d14c
commit 5a9ac66af7

View File

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