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.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/site.css b/assets/css/site.css
index 5f8fdcb..c5772e8 100644
--- a/assets/css/site.css
+++ b/assets/css/site.css
@@ -312,10 +312,23 @@ html {
@apply my-6;
}
+.dots {
+ background-color: transparent;
+ background-image: radial-gradient(#2C5282 1px, transparent 1px);
+ background-size: 20px 20px;
+ width: 140px;
+ height: 80px;
+ z-index: -1;
+ transform: translate(-70px, -50%);
+ position: absolute;
+ opacity: 0.3;
+}
+
.intro p,
.article__content > p:first-of-type {
@apply tracking-tight;
@apply text-xl;
+ @apply text-gray-800;
}
/* .pagination is created by Hugo */