Skip to content

Commit b37aa73

Browse files
committed
fix: change link colours to match polykey theme
1 parent a1706ba commit b37aa73

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,12 @@
121121
/*height: 6em;*/
122122
padding: 1.5em 0;
123123
}
124+
125+
.markdown a {
126+
color: #29A7AC
127+
}
128+
129+
.markdown a:hover {
130+
color: #289295;
131+
text-decoration-line: underline !important;
132+
}

0 commit comments

Comments
 (0)