Skip to content

Commit ec64a85

Browse files
JSOBotdpo
authored andcommitted
adding/updating file: docs/src/assets/style.css
1 parent 04356f1 commit ec64a85

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/src/assets/style.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#documenter .docs-sidebar,
2+
html.theme--documenter-dark #documenter .docs-sidebar {
3+
border-right: 4px solid #640000;
4+
background-color: #8c1515;
5+
color: #fff;
6+
}
7+
8+
.mi, .mo, .mn {
9+
color: #317293;
10+
}
11+
12+
a {
13+
color: #3091d1;
14+
}
15+
16+
a:visited {
17+
color: #3091d1;
18+
}
19+
20+
a:hover {
21+
color: #ff5722;
22+
}
23+
24+
nav.toc .logo {
25+
max-width: 256px;
26+
max-height: 256px;
27+
}

0 commit comments

Comments
 (0)