mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 12:06:25 +00:00
8 lines
245 B
SCSS
8 lines
245 B
SCSS
/* Contacts ----------------------------------------------------------------- */
|
|
|
|
.app-contacts #app-content .app-content-list-item.active {
|
|
background-color: var(--color-primary-element);
|
|
color: var(--color-text-active);
|
|
font-weight: 600;
|
|
}
|