From 4998a8a30aa38a370bb4a6e6fc91d95470660f77 Mon Sep 17 00:00:00 2001 From: Buddy-web3 <0buddy.ne@gmail.com> Date: Wed, 14 Feb 2024 10:02:14 +0200 Subject: [PATCH] style: article main content&buttons styling --- app/components/Article/article.css | 5 +++++ app/components/Button/button.css | 1 + 2 files changed, 6 insertions(+) diff --git a/app/components/Article/article.css b/app/components/Article/article.css index 8cc2ce98..d221712f 100644 --- a/app/components/Article/article.css +++ b/app/components/Article/article.css @@ -45,6 +45,7 @@ article .tag:hover { article .contents a { color: var(--colors-teal-500); + font-weight: bolder; } article .contents a:visited { @@ -103,3 +104,7 @@ article .footer-comtainer { article .footer-comtainer > * { margin: var(--spacing-8, 8px); } + +h1.teal { + color: var(--colors-teal-500); +} diff --git a/app/components/Button/button.css b/app/components/Button/button.css index ef2b067d..0be9e70a 100644 --- a/app/components/Button/button.css +++ b/app/components/Button/button.css @@ -97,6 +97,7 @@ border-radius: 5px; display: none; z-index: 1; + font-size: 16px; } .tooltip:hover::after {