mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Increase contrast and clarify (fixes #224)
This increases the boldness of links, makes the color brighter blue, increase line height on paragraphs and thickness of heading line.
This commit is contained in:
parent
5b717b8098
commit
e607494a08
@ -19,6 +19,7 @@ body {
|
||||
|
||||
p {
|
||||
margin: 0.8em 0;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
@ -75,6 +76,9 @@ pre, code, kbd, samp, tt, .src {
|
||||
font-family:monospace;
|
||||
*font-size:108%;
|
||||
line-height: 124%;
|
||||
border: 1px solid #eee;
|
||||
padding: 0.1em 0.3em;
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
.links, .link {
|
||||
@ -446,7 +450,7 @@ div#style-menu-holder {
|
||||
}
|
||||
|
||||
.top p.src {
|
||||
border-top: 1px solid #ccc;
|
||||
border-top: 3px solid #ccc;
|
||||
}
|
||||
|
||||
.subs, .doc {
|
||||
@ -601,7 +605,8 @@ body { font-family: "Open Sans", ubuntu, sans-serif; font-size: 14px }
|
||||
padding: 5px 5px 5px 30px;
|
||||
}
|
||||
a[href] {
|
||||
color: #005b89 !important
|
||||
color: #0085c9 !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#package-header > ul > li > a {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user