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

github.com/kimcc/hugo-theme-noteworthy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/main.scss10
1 files changed, 4 insertions, 6 deletions
diff --git a/assets/css/main.scss b/assets/css/main.scss
index 5405599..9650b68 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -339,16 +339,14 @@ nav {
height: auto;
}
-.footnote-ref {
- a {
- margin-left: 0.3em;
- }
+a.footnote-ref {
+ margin-left: 0.3em;
- a::before {
+ &::before {
content: "[";
}
- a::after {
+ &::after {
content: "]";
}
}