11 lines
180 B
CSS
11 lines
180 B
CSS
/* app/static/css/user_activity.css */
|
|
.data-table .rank {
|
|
font-weight: 700;
|
|
text-align: center;
|
|
}
|
|
|
|
.data-table .borrow-count {
|
|
font-weight: 600;
|
|
color: #007bff;
|
|
}
|