doodle/style.css

10 lines
176 B
CSS
Raw Normal View History

2023-10-12 19:48:28 +02:00
div.dokuwiki table.inline td.okay {
background-color: #afa;
text-align: center;
}
div.dokuwiki table.inline td.notokay {
background-color: #fcc;
text-align: center;
}