table style
This commit is contained in:
@ -1222,3 +1222,21 @@ div.logwrap {
|
||||
div.logwrap > p {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
/* ranking */
|
||||
table.table {
|
||||
border-collapse: collapse;
|
||||
margin: 25px 0;
|
||||
min-width: 400px;
|
||||
}
|
||||
table.table thead tr {
|
||||
text-align: left;
|
||||
font-weight: bolder;
|
||||
border-bottom: 1px solid var(--accent);
|
||||
}
|
||||
table.table th, table.table td {
|
||||
padding: 7px 15px;
|
||||
}
|
||||
table.table tbody tr:nth-of-type(even) {
|
||||
background-color: #232323;
|
||||
}
|
||||
|
Reference in New Issue
Block a user