From dbe9b338ccc5df23882ebfa26c9020fb863a4124 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 27 Dec 2021 22:44:39 +0000
Subject: [PATCH] fix capitalization
---
assets/base.scss | 29 ++++++++++++++++++-----------
1 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/assets/base.scss b/assets/base.scss
index c9340a9..571ca22 100644
--- a/assets/base.scss
+++ b/assets/base.scss
@@ -108,18 +108,25 @@
margin: 0.5em 0;
}
-article a {
- font-family: Source Sans Pro;
- font-weight: 600;
+article {
+ & > .meta {
+ margin: -1.5em 0 1em 0;
+ opacity: 0.7;
+ }
- // internal link
- &[href^="./"], &[href^="/"] {
- text-decoration: none;
- background-color: transparentize(#8f9fa9, 0.85);
- padding: 0 0.1em;
- margin: auto -0.1em;
- border-radius: 3px;
- }
+ & a {
+ font-family: Source Sans Pro;
+ font-weight: 600;
+
+ // internal link
+ &[href^="./"], &[href^="/"] {
+ text-decoration: none;
+ background-color: transparentize(#8f9fa9, 0.85);
+ padding: 0 0.1em;
+ margin: auto -0.1em;
+ border-radius: 3px;
+ }
+ }
}
.backlinks a {
--
Gitblit v1.10.0