Update index.html
This commit is contained in:
+20
@@ -747,6 +747,26 @@
|
|||||||
background: rgb(20, 20, 20);
|
background: rgb(20, 20, 20);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Table Data */
|
||||||
|
[data-theme="dark"] .servers tr td {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Computed url */
|
||||||
|
[data-theme="dark"] .servers div .computed-url {
|
||||||
|
color: #ecf0f1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Servers title */
|
||||||
|
[data-theme="dark"] .schemes div .servers-title {
|
||||||
|
color: #ecf0f1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Heading */
|
||||||
|
[data-theme="dark"] .servers div h4 {
|
||||||
|
color: #ecf0f1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Responsive */
|
/* Responsive */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user