web/lukegbcom: underline links in posts

This commit is contained in:
Luke Granger-Brown 2022-04-08 02:08:24 +01:00
parent adec31460a
commit 78ccb6a571

View file

@ -10,4 +10,7 @@
.post {
max-width: var(--maxWidth);
width: 100%;
a {
text-decoration: underline;
}
}