Update index.html
This commit is contained in:
+15
@@ -778,6 +778,21 @@
|
||||
color: #ecf0f1 !important;
|
||||
}
|
||||
|
||||
/* Operations tag - for all */
|
||||
[data-theme="dark"] [id^="operations-tag-"] {
|
||||
color: #e1e9e9 !important;
|
||||
}
|
||||
|
||||
/* Small Tag */
|
||||
[data-theme="dark"] [id^="operations-tag-"] small {
|
||||
color: #95a5a6;
|
||||
}
|
||||
|
||||
/* Span Tag - All operations */
|
||||
[data-theme="dark"] [id^="operations-"] .opblock-summary-path span {
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 768px) {
|
||||
|
||||
Reference in New Issue
Block a user