Skip to content

Commit b1e6a21

Browse files
committed
change css for tables
1 parent 49f1201 commit b1e6a21

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

user_guide_src/source/_static/css/citheme_dark.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,20 @@
170170
}
171171

172172
.rst-content table.docutils thead, .rst-content table.field-list thead, .wy-table thead {
173-
color: rgb(192, 186, 178) !important;
173+
color: #c0bab2 !important;
174174
}
175175

176176
.wy-table thead th, .rst-content table.docutils thead th, .rst-content table.field-list thead th {
177-
border: solid 2px #e1e4e5 !important;
177+
border: solid 1px #c0bab2 !important;
178+
}
179+
180+
.rst-content table.docutils td, .wy-table-bordered-all td {
181+
border-bottom: 1px solid #c0bab2 !important;
182+
border-left: 1px solid #c0bab2 !important;
183+
}
184+
185+
.rst-content table.docutils, .wy-table-bordered-all {
186+
border: solid 1px #c0bab2 !important;
178187
}
179188

180189
.wy-table thead p, .rst-content table.docutils thead p, .rst-content table.field-list thead p {

0 commit comments

Comments
 (0)