Skip to content

Commit cc0ff90

Browse files
committed
Update documentation
1 parent 1bb54ce commit cc0ff90

File tree

3 files changed

+104
-108
lines changed

3 files changed

+104
-108
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ makedocs(
99
ansicolor = true,
1010
prettyurls = get(ENV, "CI", nothing) == "true"),
1111
sitename = "BasicLU.jl",
12-
pages = ["Home" => "index.md"],
12+
pages = ["Documentation" => "index.md"],
1313
)
1414

1515
deploydocs(

docs/src/assets/style.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
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-
81
.mi, .mo, .mn {
92
color: #317293;
103
}
@@ -24,4 +17,4 @@ a:hover {
2417
nav.toc .logo {
2518
max-width: 256px;
2619
max-height: 256px;
27-
}
20+
}

0 commit comments

Comments
 (0)