mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
31 lines
350 B
CSS
31 lines
350 B
CSS
body {
|
|
background: #F9F1D1;
|
|
}
|
|
|
|
a {
|
|
/* text-decoration: none;*/
|
|
}
|
|
|
|
.toc-title {
|
|
background: lightgrey;
|
|
}
|
|
|
|
.toc-abc,
|
|
.toc-group-even {
|
|
background: white;
|
|
}
|
|
|
|
.toc-group-odd {
|
|
background: #EEEEEE;
|
|
}
|
|
|
|
.toc-entry-deprecated {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.toc-ind-deprecated {
|
|
font-weight: bold;
|
|
background: red;
|
|
color: white;
|
|
}
|