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:
Diffstat (limited to 'assets/scss/_taxonomy.scss')
-rw-r--r--assets/scss/_taxonomy.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/scss/_taxonomy.scss b/assets/scss/_taxonomy.scss
index 697615b..fefff81 100644
--- a/assets/scss/_taxonomy.scss
+++ b/assets/scss/_taxonomy.scss
@@ -4,3 +4,27 @@
color: #909090;
font-family: "Monda", -apple-system, sans-serif;
}
+
+.terms {
+ h2 {
+ font-size: 24px;
+ margin-bottom: 30px;
+ }
+
+ li {
+ margin-bottom: 15px;
+ }
+
+ a {
+ font-size: 18px;
+ text-decoration: none;
+ color: #161816;
+ &:hover {
+ text-decoration: underline;
+ }
+
+ span {
+ color: #a0a0a0;
+ }
+ }
+}