Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ExchangeRate-API/strange-case.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJordan Kaye <jordan.kaye2@gmail.com>2020-12-14 04:26:08 +0300
committerJordan Kaye <jordan.kaye2@gmail.com>2020-12-14 04:26:08 +0300
commitaa133bcfe83440b629d827306f04183fe3ac5c23 (patch)
tree0ab2d9d28e417f95328bf72836607865fb7ac62a /static
parenta3085912f725dacb7973a4e4da0d637197e35502 (diff)
Better styling for individual posts
Diffstat (limited to 'static')
-rw-r--r--static/css/strange-case.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/strange-case.css b/static/css/strange-case.css
index 880d713..9cebf14 100644
--- a/static/css/strange-case.css
+++ b/static/css/strange-case.css
@@ -51,6 +51,9 @@ img {
.post {
margin-bottom: 3em;
}
+.post a {
+ text-decoration: underline;
+}
.post .post-heading {
margin-bottom: 1em;
}