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

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/site.css')
-rw-r--r--assets/css/site.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/assets/css/site.css b/assets/css/site.css
index afc011f..33c0683 100644
--- a/assets/css/site.css
+++ b/assets/css/site.css
@@ -66,6 +66,7 @@ html {
}
.article__content > p:first-of-type {
+ @apply tracking-tight;
@apply text-2xl;
}
@@ -81,22 +82,21 @@ html {
}
.article a {
- @apply underline;
@apply text-gray-700;
@apply transition;
@apply duration-300;
@apply ease-in-out;
}
+.article a:not(.no-underline) {
+ @apply underline;
+}
+
.article a:hover,
.article a:focus {
@apply text-blue-600;
}
-.artitle__title a {
- @apply no-underline;
-}
-
.article h1 {
@apply text-5xl;
@apply font-semibold;
@@ -153,6 +153,7 @@ html {
.article h4,
.article h5,
.article h6 {
+ @apply tracking-tighter;
scroll-margin-top: 8rem;
}
@@ -161,7 +162,6 @@ html {
.article ol,
.article dl,
.article td {
- @apply font-serif;
@apply text-xl;
}
@@ -312,7 +312,9 @@ html {
@apply my-6;
}
-.intro p {
+.intro p,
+.article__content > p:first-of-type {
+ @apply tracking-tight;
@apply text-2xl;
}