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-04-17 07:54:19 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-04-17 07:54:19 +0300
commita45244f2bbf63736064ecd950c5a85291e9c9663 (patch)
tree8e9b4aab83702b117c505707918329a948240bec /assets
parentaeb89e511328c2d15626d1628ec25be6b9675fd0 (diff)
Update design
Diffstat (limited to 'assets')
-rw-r--r--assets/css/site.css23
1 files changed, 20 insertions, 3 deletions
diff --git a/assets/css/site.css b/assets/css/site.css
index 8fcbe8c..29c9f4a 100644
--- a/assets/css/site.css
+++ b/assets/css/site.css
@@ -7,47 +7,64 @@
.article {
@apply px-5;
@apply pb-5;
+ @apply text-gray-500;
}
-.article .article__header {
+.article__header {
@apply text-right;
@apply pb-6;
}
-.article .artitle__title {
- @apply mb-2;
+.artitle__title {
+ @apply leading-tight;
+ @apply mb-4;
}
.article a {
@apply underline;
+ @apply text-gray-700;
+}
+
+.article a:hover {
+ @apply text-blue-600;
+}
+
+.artitle__title a {
+ @apply no-underline;
}
.article h1 {
@apply text-5xl;
@apply font-semibold;
+ @apply text-gray-700;
}
.article h2 {
@apply text-4xl;
@apply font-semibold;
+ @apply text-gray-700;
}
.article h3 {
@apply text-3xl;
+ @apply text-gray-700;
}
.article h4 {
@apply text-2xl;
+ @apply text-gray-700;
}
.article h5 {
@apply text-xl;
+ @apply text-gray-700;
}
.article h6 {
@apply text-base;
@apply font-semibold;
@apply uppercase;
+ @apply text-gray-700;
}
.article h1,