1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 19:55:26 -04:00

make link underlines and rounded corners proportional to font size

This commit is contained in:
2022-02-01 14:19:23 -05:00
parent 83f06d2abd
commit c4e212f6de
5 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
.blockquote {
margin-left: 0;
padding-left: 1.5em;
border-left: 3px solid var(--link);
padding-left: 1.25em;
border-left: 0.25em solid var(--link);
color: var(--medium-dark);
}