2021-04-02 01:09:55 +02:00
|
|
|
/* limit the width of /about/** to help readability */
|
|
|
|
.content #summary {
|
2021-04-06 11:19:00 +02:00
|
|
|
max-width: 800px;
|
2021-04-02 01:09:55 +02:00
|
|
|
}
|
2021-09-15 15:32:43 +02:00
|
|
|
|
|
|
|
/* highlight cheddar callouts in cgit about views */
|
|
|
|
.cheddar-callout {
|
|
|
|
display: block;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cheddar-question {
|
|
|
|
color: #3367d6;
|
|
|
|
background-color: #e8f0fe;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cheddar-todo {
|
|
|
|
color: #616161;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cheddar-tip {
|
|
|
|
color: #00796b;
|
|
|
|
background-color: #e0f2f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cheddar-warning {
|
|
|
|
color: #a52714;
|
|
|
|
background-color: #fbe9e7;
|
|
|
|
}
|