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
path: root/assets
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-11-05 07:54:46 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-11-05 07:54:46 +0300
commit031623d279f3cfe0a804c4dab5266e819e15f246 (patch)
tree7260d07de54a55ecdc6b12f1707ec3316b4731b6 /assets
parentc0464c75753840a6581cedcc73b879ef8877f419 (diff)
Add dots effects; improve single post page
Diffstat (limited to 'assets')
-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 */