Skip to content

Commit 4084ea4

Browse files
update theme version (#861)
* update theme version to 0.5.24 * fix skip link color * update theme to 0.5.25 Co-authored-by: Joe Nelson <48225118+jonels-msft@users.noreply.github.com>
1 parent bd6b1ef commit 4084ea4

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

docs/_static/css/citus.css

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ h1,h2,.rst-content .toctree-wrapper p.caption,h3,h4,h5,h6,legend {
1616
border: 1px solid #404040;
1717
}
1818

19-
.btn:focus {
19+
/*.btn:focus {
2020
outline: 1px solid;
21+
}*/
22+
:focus {
23+
outline: 1px dashed;
24+
}
25+
.wy-menu :not(.toctree-expand):focus {
26+
outline-offset: -1px;
2127
}
2228

2329
#search-results .context {
@@ -28,11 +34,6 @@ a {
2834
color: #2678AF;
2935
}
3036

31-
a.skiplink {
32-
color: #757575;
33-
margin-bottom: 0;
34-
}
35-
3637
.wy-menu-vertical li.current {
3738
border-left: 2px solid;
3839
}
@@ -54,6 +55,9 @@ a.skiplink {
5455
.wy-menu-vertical li button.toctree-expand {
5556
color: #b3b3b3;
5657
}
58+
.wy-menu-vertical li.toctree-l2 button.toctree-expand {
59+
color: #656565;
60+
}
5761

5862
.wy-table-odd a, .wy-table-striped tr:nth-child(2n-1) a, .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) a {
5963
color: #2575AB;
@@ -122,7 +126,8 @@ div.admonition.note a {
122126
}
123127

124128
.wy-side-nav-search > div.version,
125-
.wy-side-nav-search > a.icon-home {
129+
.wy-side-nav-search > a.icon-home,
130+
a.skiplink {
126131
color: white !important;
127132
}
128133

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Sphinx==4.0.2
2-
sphinx_rtd_theme_citus==0.5.16
2+
sphinx_rtd_theme_citus==0.5.25
33
docutils==0.16
44
readthedocs-sphinx-search==0.1.0

0 commit comments

Comments
 (0)