feat: set link styles

This commit is contained in:
karishmas6
2024-10-24 04:59:30 +05:30
parent 9c251a2376
commit b8e1cc1b57

View File

@@ -19,6 +19,13 @@ html {
overflow-y: auto;
}
a {
color: #ff00c3;
&:hover {
color: #ff00c3;
}
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;