File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 * ) {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments