mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-16 06:11:23 +00:00
14 lines
No EOL
308 B
SCSS
14 lines
No EOL
308 B
SCSS
/* Log reader --------------------------------------------------------------- */
|
|
|
|
#logreader-root table {
|
|
|
|
tbody tr td {
|
|
border-bottom-color: $decoration-normal;
|
|
background-color: $background-normal !important;
|
|
}
|
|
|
|
thead th {
|
|
color: $foreground-normal;
|
|
border-bottom-color: $decoration-normal;
|
|
}
|
|
} |