style outsourcing
This commit is contained in:
@ -904,7 +904,7 @@ span#tags {
|
||||
}
|
||||
|
||||
span#tags:empty {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.badge-success {
|
||||
@ -1238,5 +1238,10 @@ table.table th, table.table td {
|
||||
padding: 7px 15px;
|
||||
}
|
||||
table.table tbody tr:nth-of-type(even) {
|
||||
background-color: #232323;
|
||||
background-color: var(--badge-tag);
|
||||
}
|
||||
|
||||
/* tags */
|
||||
#tags .badge > a:first-child {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user