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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-04-30 04:13:04 +0300
committervvveiii <cntrump@gmail.com>2020-04-30 04:13:04 +0300
commitc769c9d5083160b26384122399d97163232f45fe (patch)
tree7ab098655be7a9da71d4426c73d68e74ecdea78d
parentefc33d24274c06ce0a7726a3cb7b7b6a456b75cf (diff)
replace ‘#’ with ‘\23’ in style.cssv2.6.0
-rw-r--r--assets/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 5556f2d..6c267cc 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -396,7 +396,7 @@ b {
}
.tag::before {
- content: "#";
+ content: "\23";
opacity: .5;
}