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.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/assets/css/site.css b/assets/css/site.css
index 5c89cc8..987983f 100644
--- a/assets/css/site.css
+++ b/assets/css/site.css
@@ -159,7 +159,14 @@ html {
.article ul:not(.list-none) {
@apply ml-1;
@apply list-inside;
- list-style-type: initial;
+}
+
+.article ul:not(.list-none) {
+ @apply list-disc;
+}
+
+.article ol:not(.list-none) {
+ @apply list-decimal;
}
.article blockquote {
@@ -178,8 +185,6 @@ html {
.article blockquote small {
display: inline-block;
margin: 0.8em 0 0.8em 1.5em;
- font-size: 0.9em;
- color: #CCC;
}
.article blockquote small:before {
@@ -187,11 +192,11 @@ html {
}
.article blockquote cite {
- font-weight: 700;
+ @apply font-bold;
}
.article blockquote cite a {
- font-weight: normal;
+ @apply font-normal;
}
.article code, tt {