feat: style code block

This commit is contained in:
amhsirak
2024-11-19 00:20:32 +05:30
parent 81e32394d1
commit 3b4363d0e9

View File

@@ -27,10 +27,9 @@ a {
}
code {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
background-color: papayawhip;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
color: #ff00c3;
}
#browser-actions {