dark mode for teams

This commit is contained in:
Čarodej
2021-10-26 06:57:40 +02:00
parent d4990d8d5f
commit fda82d6dbf
117 changed files with 371 additions and 240 deletions

View File

@@ -17,7 +17,7 @@
<b class="title">
{{ entry.name }}
</b>
<span class="subtitle">
<span class="subtitle dark:text-gray-500 text-gray-600">
{{ entry.email }}
</span>
</div>
@@ -124,7 +124,6 @@
.subtitle {
@include font-size(12);
color: $text-muted;
display: block;
}
}
@@ -135,7 +134,7 @@
}
}
.dark-mode {
.dark {
.member-item .info .email {
color: $dark_mode_text_secondary;