mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Add in monospace fallback for Haddock #199
This commit is contained in:
parent
7db1e96d9c
commit
6c98313d85
@ -616,7 +616,7 @@ a[href] {
|
|||||||
}
|
}
|
||||||
.caption { color: #6e618d!important }
|
.caption { color: #6e618d!important }
|
||||||
pre{ background: #f8f8f8; padding: 1em; }
|
pre{ background: #f8f8f8; padding: 1em; }
|
||||||
pre, pre * { font-family: "ubuntu mono", "Monaco" !important; font-size: 13px !important; }
|
pre, pre * { font-family: "ubuntu mono", "Monaco", monospace !important; font-size: 13px !important; }
|
||||||
#table-of-contents {
|
#table-of-contents {
|
||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user