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

github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden X <caichao.xu@gmail.com>2020-09-14 16:04:29 +0300
committerAiden X <caichao.xu@gmail.com>2020-09-14 16:04:29 +0300
commit40afeee2aa91b0d2dd87817dfbd2f20f98eeef86 (patch)
tree7d02837556b84ed4f3ce19f78e329b34e1635ce4 /assets/scss/_taxonomy.scss
parent79562851b49fcabdff8cd2db35071a9d8786ea43 (diff)
page: add menu func
Diffstat (limited to 'assets/scss/_taxonomy.scss')
-rw-r--r--assets/scss/_taxonomy.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/scss/_taxonomy.scss b/assets/scss/_taxonomy.scss
new file mode 100644
index 0000000..7871ca3
--- /dev/null
+++ b/assets/scss/_taxonomy.scss
@@ -0,0 +1,6 @@
+.taxonomy-name {
+ font-size: 20px;
+ margin-bottom: 50px;
+ color: #909090;
+ font-family: 'Monda', -apple-system, sans-serif;
+} \ No newline at end of file