feat: 92028-darkthemes-snippet-color
@@ -234,7 +234,7 @@ ul.pagination {
background-color: $bgcolor-list-hover;
}
.page-list-snippet {
- color: theme-color('light');
+ color: darken($body-color, 10%);
@@ -224,6 +224,13 @@ $dropdown-link-active-bg: $bgcolor-dropdown-link-active;
+ // List group
+ .list-group-item {
+ // TODO: fix color light theme
+ .page-list-snippet {
+ color: $gray-600;
+ }
/*
@@ -500,10 +500,6 @@ ul.pagination {
- .page-list-snippet {
- color: $gray-600;
- }
-
&.list-group-item-action {
&.active {
background-color: $bgcolor-page-list-group-item-active;