Skip to content

Commit 797ba0e

Browse files
committed
fix: some css issues in comparison page
1 parent 4307be8 commit 797ba0e

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

_sass/_theme.scss

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ body.light-mode {
3939
color: $color-text-light;
4040
}
4141

42+
// Keep filter section heading white (dark background)
43+
.filter h2.settings-title {
44+
color: #fff;
45+
}
46+
4247
// Tables
4348
table {
4449
background: $feature-color-light;
@@ -76,6 +81,10 @@ body.light-mode {
7681
}
7782
}
7883

84+
.search-category-button {
85+
background-color: $feature-color-light;
86+
}
87+
7988
// Lists
8089
.list-item {
8190
background: $feature-color-light;
@@ -94,4 +103,33 @@ body.light-mode {
94103
color: #fff;
95104
}
96105
}
106+
107+
// Comparison table
108+
109+
.clients-comparison-table {
110+
tbody > tr > th {
111+
background-color: $feature-color-light;
112+
color: $color-text-light;
113+
114+
a {
115+
color: $color-text-light;
116+
}
117+
}
118+
119+
tbody td,
120+
thead td {
121+
background-color: $feature-color-light;
122+
color: $color-text-light;
123+
}
124+
125+
.data-family-name{
126+
color: $color-text-light;
127+
}
128+
}
129+
130+
131+
.post--client .post-title .client-name {
132+
color: #333333 !important;
133+
}
134+
97135
}

0 commit comments

Comments
 (0)