web/lukegbcom: underline links in posts
This commit is contained in:
parent
adec31460a
commit
78ccb6a571
1 changed files with 3 additions and 0 deletions
|
@ -10,4 +10,7 @@
|
||||||
.post {
|
.post {
|
||||||
max-width: var(--maxWidth);
|
max-width: var(--maxWidth);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue