mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 12:48:49 +01:00
15 lines
231 B
Stylus
15 lines
231 B
Stylus
.main-body
|
|
overflow: scroll;
|
|
|
|
table
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
color: #000;
|
|
|
|
td, th
|
|
border: 1px solid #d2d0d0;
|
|
text-align: left;
|
|
padding: 8px;
|
|
|
|
tr:nth-child(even)
|
|
background-color: #dddddd;
|