Skip to content

Commit dd5a980

Browse files
authored
Merge pull request #3 from razziefox/main
2 parents f82bf30 + 6169b12 commit dd5a980

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

docs/css/styles.css

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,53 @@
1+
*,h1, h2, h3, h4, h5, h6 {
2+
3+
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
4+
5+
}
6+
17
.wy-side-nav-search {
28

39
background-color: #7933ea;
410

511
}
612

13+
.wy-nav-top {
14+
15+
background-color: #7933ea;
16+
17+
}
18+
19+
.wy-menu-vertical header, .wy-menu-vertical p.caption {
20+
21+
color: #ac78ff;
22+
23+
}
24+
25+
.wy-menu-vertical a:active {
26+
27+
background-color: #7933ea;
28+
}
29+
30+
a {
31+
32+
color:#7933ea;
33+
34+
}
735

836
a:hover {
937

38+
color: #111;
1039
text-decoration: underline;
1140

41+
}
42+
43+
.wy-menu-vertical a:hover {
44+
45+
color: #FFFF
46+
47+
}
48+
49+
.wy-side-nav-search input[type="text"] {
50+
51+
border-radius: 5px;
52+
1253
}

docs/img/favicon.ico

110 KB
Binary file not shown.

docs/img/logo.png

922 Bytes
Loading

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edit_uri: blob/main/docs/
66

77
theme:
88
name: readthedocs
9+
logo: img/logo.png
910

1011
extra_css:
1112
- css/styles.css

0 commit comments

Comments
 (0)