Update globals.css

This commit is contained in:
MacRimi
2025-02-16 01:19:42 +01:00
committed by GitHub
parent 4dd71fd0ca
commit e207a2d397

View File

@@ -117,6 +117,16 @@ button code {
content: "" !important;
}
.prose a {
color: #0969da;
font-weight: 500;
text-decoration: none;
}
.prose a:hover {
text-decoration: underline;
}
* {
border-color: white;
}