mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
style package index module list
This commit is contained in:
parent
4603d8cc84
commit
3d67d7091f
1 changed files with 12 additions and 5 deletions
|
@ -177,6 +177,13 @@ main {
|
|||
min-width: 0; /* necessary for text-overflow: ellipsis to work in descendants */
|
||||
}
|
||||
|
||||
/* Module links on the package index page (/index.html) */
|
||||
.index-module-links {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 0px 0px 16px 0px;
|
||||
margin: 72px 0px;
|
||||
|
@ -644,15 +651,15 @@ code .literal {
|
|||
}
|
||||
|
||||
/* Keywords and punctuation */
|
||||
samp .keyword,
|
||||
samp .keyword,
|
||||
code .keyword,
|
||||
samp .punctuation.section,
|
||||
samp .punctuation.section,
|
||||
code .punctuation.section,
|
||||
samp .punctuation.separator,
|
||||
samp .punctuation.separator,
|
||||
code .punctuation.separator,
|
||||
samp .punctuation.terminator,
|
||||
samp .punctuation.terminator,
|
||||
code .punctuation.terminator,
|
||||
samp .kw,
|
||||
samp .kw,
|
||||
code .kw {
|
||||
color: var(--magenta);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue