mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
Merge pull request #1499 from stefanv/doc_style
Sync doc theme with website
This commit is contained in:
@@ -1,16 +1,23 @@
|
||||
body {
|
||||
font-family: "Raleway";
|
||||
font-family: "Lato", sans-serif;
|
||||
letter-spacing: 0.02em;
|
||||
font-size: 102%;
|
||||
line-height: 23px;
|
||||
}
|
||||
a {
|
||||
color: #CE5C00;
|
||||
}
|
||||
li {
|
||||
line-height: 23px;
|
||||
}
|
||||
code, pre {
|
||||
font-family: monospace;
|
||||
}
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
textarea {
|
||||
font-family: "Raleway";
|
||||
font-family: "Lato", sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
Reference in New Issue
Block a user