mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
7 lines
352 B
Twig
7 lines
352 B
Twig
<style>
|
|
.myaac-table tbody tr:nth-child(even) {background: {{ config.lightborder }}}
|
|
.myaac-table tbody tr:nth-child(odd) {background: {{ config.darkborder }}}
|
|
.myaac-table thead td {background: {{ config.vdarkborder }}; color: #ffffff !important;}
|
|
.myaac-table tfoot td {background: {{ config.vdarkborder }}; color: #ffffff !important;}
|
|
</style>
|