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

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhaura Wachsman <jw@jhaurawachsman.com>2020-07-09 20:24:13 +0300
committerJhaura Wachsman <jw@jhaurawachsman.com>2020-07-09 20:24:13 +0300
commit2c029597c751894cda920979b69c85afb14d5542 (patch)
tree3f592e3703fb21cf8df82925dfe65b0cc897ceae
parent34748c34ae849f22218dd01b9c4a31651d14d145 (diff)
Re-work CSS style `.lead` for specificity fixes
-rw-r--r--src/cdata.css6
-rw-r--r--src/theme.css5
2 files changed, 6 insertions, 5 deletions
diff --git a/src/cdata.css b/src/cdata.css
index 4291a97..4cab8b5 100644
--- a/src/cdata.css
+++ b/src/cdata.css
@@ -210,6 +210,12 @@
}
}
+ /* enhancements */
+ & > .lead {
+ @apply font-basic-sans font-light leading-snug text-2xl;
+ letter-spacing: normal;
+ }
+
/* overrides */
& > .mt-0 {
margin-top: 0;
diff --git a/src/theme.css b/src/theme.css
index b488bfe..cda0970 100644
--- a/src/theme.css
+++ b/src/theme.css
@@ -47,11 +47,6 @@ h1.page-title, h1.post-title {}
h1.section-title {}
p.post-subtitle {}
-/* content */
-.lead {
- @apply font-basic-sans font-light leading-snug text-2xl;
-}
-
/* <hr> */
.hr-fade {
@apply h-px;