Преглед на файлове

Fix Tags sidebar font color (#890)

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Bernat Borràs Civil преди 1 година
родител
ревизия
df78c743c8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      assets/styles/components/links.scss

+ 2 - 2
assets/styles/components/links.scss

@@ -10,7 +10,7 @@ a {
   }
 }
 
-.list-link {
+.list-link, .taxonomy-term {
   text-decoration: none !important;
   color: get-light-color('text-color');
   @include transition();
@@ -67,7 +67,7 @@ html[data-theme='dark'] {
     }
   }
 
-  .list-link {
+  .list-link, .taxonomy-term {
     color: get-dark-color('text-color');
 
     &:hover,