commit 4ce77cc1846aa755ba15eacc4e33d23994082514
parent 95f1e825a18d3f5b327d440687111d9ae6e4d9e7
Author: Agastya Chandrakant <me@hanabi.in>
Date: Wed, 11 Mar 2020 12:04:04 +0530
update CSS
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/components/minimo.css b/src/components/minimo.css
@@ -737,6 +737,7 @@ textarea:focus {
font-size: 1em;
font-weight: 400;
margin-bottom: 0;
+ font-style: italic;
}
.list-item .icon {
margin-right: 0.25em;
@@ -947,13 +948,10 @@ summary {
content: '— ';
}
-.author-container {
+.author-container-link {
text-decoration: underline;
- text-decoration-style: dashed;
}
-
.author:hover,
.tag:hover {
text-decoration: underline;
- text-decoration-style: dashed;
}