Public Access
1
0

fix: update post layout and change link hover color

This commit is contained in:
2025-08-20 21:00:45 -04:00
parent ba717cb3e9
commit 53223431f1
2 changed files with 7 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ article a {
text-decoration: none;
}
article a:hover {
text-decoration: underline;
color: #93c5fd;
}
article code {
background-color: #374151;