File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ /* Links in text should be underlined. */
2
+ a { text-decoration : underline; }
3
+ .wy-menu-vertical a , .wy-side-nav-search > a { text-decoration : none; }
4
+
5
+ /* Match the logo colors in the background. */
6
+ .wy-nav-top , .wy-side-nav-search { background-color : # 784b9a ; }
7
+
8
+ /* Make the logo more reasonably sized. */
9
+ .wy-side-nav-search > a img .logo { width : 160px ; }
10
+
1
11
/* Some of our section titles are looong */
2
- .wy-nav-side , .wy-side-scroll , .wy-menu-vertical { width : 340px ; }
3
- .wy-side-nav-search { width : 325px ; }
4
- .wy-nav-content-wrap { margin-left : 340px ; }
12
+ @media screen and (min-width : 769px ) {
13
+ .wy-nav-side , .wy-side-scroll , .wy-menu-vertical { width : 340px ; }
14
+ .wy-side-nav-search { width : 325px ; }
15
+ .wy-nav-content-wrap { margin-left : 340px ; }
16
+ }
5
17
6
18
/* We don't have a version picker widget */
7
19
.wy-nav-side { padding-bottom : 0 ; }
You can’t perform that action at this time.
0 commit comments