|
|
@@ -56,6 +56,7 @@
|
|
|
.sidebar-view-documentation h1 { border-bottom: 1px solid #424242; color: #dfdfdf; }
|
|
|
.sidebar-view-documentation h2 { border-bottom: 1px solid #424242; color: #dfdfdf; }
|
|
|
.sidebar-view-documentation p { color: #aaaaaa; }
|
|
|
+ .sidebar-view-documentation a { color: #6688aa; }
|
|
|
.sidebar-view-documentation tt { background-color:#1e1e1e; }
|
|
|
.sidebar-view-documentation code { background-color: #1e1e1e; }
|
|
|
.sidebar-view-documentation pre { background-color: #1e1e1e; }
|
|
|
@@ -76,6 +77,7 @@
|
|
|
.dark-mode .sidebar-view-documentation h1 { border-bottom: 1px solid #424242; color: #dfdfdf; }
|
|
|
.dark-mode .sidebar-view-documentation h2 { border-bottom: 1px solid #424242; color: #dfdfdf; }
|
|
|
.dark-mode .sidebar-view-documentation p { color: #aaaaaa; }
|
|
|
+.dark-mode .sidebar-view-documentation a { color: #6688aa; }
|
|
|
.dark-mode .sidebar-view-documentation tt { background-color:#1e1e1e; }
|
|
|
.dark-mode .sidebar-view-documentation code { background-color: #1e1e1e; }
|
|
|
.dark-mode .sidebar-view-documentation pre { background-color: #1e1e1e; }
|