1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-01 01:10:52 +00:00
nextcloud-breeze-dark/core/css/apps/official/_log-reader.scss
2018-10-08 23:54:29 +02:00

14 lines
No EOL
308 B
SCSS

/* Log reader --------------------------------------------------------------- */
#logreader-root table {
thead th {
color: $foreground-normal;
border-bottom-color: $decoration-normal;
}
tbody tr td {
border-bottom-color: $decoration-normal;
background-color: $background-normal !important;
}
}