Ultron/static/css/app2.css

30 lines
550 B
CSS
Raw Normal View History

2021-11-02 14:05:32 +01:00
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
padding: 2px !important;
}
a.maillink {
font-weight: bold !important;
}
.maillink {
font-weight: bold !important;
}
.skill-info {
color: #f4f5f7;
background-color: #1B1D2B !important;
border-color: #1B1D2B !important;
2022-01-27 22:02:46 +01:00
}
.cell-danger {
background-color: #fd5d93 !important;
}
.cell-success {
background-color: #00bf9a !important;
}