doodle/style.css
2023-10-12 19:48:28 +02:00

10 lines
176 B
CSS

div.dokuwiki table.inline td.okay {
background-color: #afa;
text-align: center;
}
div.dokuwiki table.inline td.notokay {
background-color: #fcc;
text-align: center;
}