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 {