mirror of https://gitlab.com/octtspacc/OcttKB
33 lines
694 B
Plaintext
33 lines
694 B
Plaintext
created: 20180925155320737
|
|
creator: Thomas Elmiger
|
|
modified: 20180926204140772
|
|
modifier: Thomas Elmiger
|
|
tags: $:/tags/Stylesheet
|
|
title: $:/plugins/telmiger/details/colours.css
|
|
|
|
/* details and summary colours */
|
|
|
|
details {
|
|
background-color: <<colour tiddler-info-tab-background>>;
|
|
color: <<colour foreground>>;
|
|
}
|
|
|
|
details summary {
|
|
background-color: <<colour dropdown-tab-background>>;
|
|
}
|
|
|
|
details.notification summary {
|
|
background-color: <<colour notification-background>>;
|
|
/* TW leaves color undefined/uses foreground */
|
|
}
|
|
|
|
details.warning summary {
|
|
background-color: #ffbbaf;
|
|
color: #000;
|
|
}
|
|
|
|
details.success summary {
|
|
background-color: #88edc5;
|
|
color: #000;
|
|
}
|