Skip to content

Commit d11b226

Browse files
committed
Fix colors
1 parent d749014 commit d11b226

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/css/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,16 +1549,16 @@ video {
15491549
border-bottom-width: 0px;
15501550
}
15511551

1552-
.\[\&\>\.active\]\:bg-gray-100>.active {
1553-
background-color: #f3f4f6;
1552+
.\[\&\>\.active\]\:bg-gray-200>.active {
1553+
background-color: #e5e7eb;
15541554
}
15551555

15561556
.\[\&\>\.active\]\:text-gray-600>.active {
15571557
color: #4b5563;
15581558
}
15591559

1560-
.dark\:\[\&\>\.active\]\:bg-gray-600>.active:is(.dark *) {
1561-
background-color: #4b5563;
1560+
.dark\:\[\&\>\.active\]\:bg-gray-950>.active:is(.dark *) {
1561+
background-color: #030712;
15621562
}
15631563

15641564
.dark\:\[\&\>\.active\]\:text-gray-300>.active:is(.dark *) {

templates/layout.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<a class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-gray-100" href="{{ logout_url }}" title="Logout" target="_blank" rel="noopener">{{ svg('logout', 32) }}</a>
4343
{% endif %}
4444

45-
<div class="flex border rounded overflow-hidden border-gray-300 dark:border-gray-600 [&>.active]:text-gray-600 dark:[&>.active]:text-gray-300 [&>.active]:bg-gray-100 dark:[&>.active]:bg-gray-600">
45+
<div class="flex border rounded overflow-hidden border-gray-300 dark:border-gray-600 [&>.active]:text-gray-600 dark:[&>.active]:text-gray-300 [&>.active]:bg-gray-200 dark:[&>.active]:bg-gray-950">
4646
<button class="flex items-center justify-center px-3 py-2 text-gray-400 dark:text-gray-500" type="button" data-theme="light" title="Light">
4747
{{ svg('sun', 18) }}
4848
</button>

0 commit comments

Comments
 (0)