fix: make docs table font color white (#2036)

This commit is contained in:
Nikita Dudnik
2020-08-20 09:54:38 +02:00
committed by GitHub
parent ce669f48e5
commit 709f831ee1
+8
View File
@@ -7,6 +7,14 @@
/* your custom css */
/* override font color for new dark tech docs styling */
table {
color: white;
}
table tr:nth-child(2n) {
background-color: #2b2b2b;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}