Przeglądaj źródła

adjust docs theme colours for note divs

Thomas Waldmann 10 lat temu
rodzic
commit
21cfdde73b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      docs/_themes/local/static/local.css_t

+ 2 - 2
docs/_themes/local/static/local.css_t

@@ -161,8 +161,8 @@ p.admonition-title:after {
 }
 
 div.note {
-  background-color: #0f5;
-  border-bottom: 2px solid #d22;
+  background-color: #002211;
+  border-bottom: 2px solid #22dd22;
 }
 
 div.seealso {