mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This tends to improve readability and harmonizes better with the size of regular text. Swift SVN r25304
18 lines
350 B
CSS
18 lines
350 B
CSS
/* Just add a few things to the default theme. */
|
|
@import "haiku.css";
|
|
|
|
div.content ul > li {
|
|
background: none;
|
|
list-style-type: initial;
|
|
padding-left: 0;
|
|
margin-left: 2em;
|
|
}
|
|
|
|
div.highlight {
|
|
background-color: inherit; /* highlighting was overflowing boxes */
|
|
}
|
|
|
|
tt, pre {
|
|
font-family: "menlo", "Lucida Console", monospace, sans-serif;
|
|
}
|