From f7439e4c05c9b39eb8c82496ba2af7bc62e3f909 Mon Sep 17 00:00:00 2001 From: VividTruthKeeper Date: Thu, 22 Sep 2022 21:37:42 +0500 Subject: [PATCH] th color --- src/assets/styles/_posts.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/styles/_posts.scss b/src/assets/styles/_posts.scss index 79f033b..3b3e711 100644 --- a/src/assets/styles/_posts.scss +++ b/src/assets/styles/_posts.scss @@ -282,13 +282,13 @@ } th { - cursor: pointer; width: 100%; height: 100%; text-align: center; font-size: 1.6rem; justify-self: center; background: transparent; + color: $base-gray; @include transition-std; }