MOBILE-3814 course: Fix dark mode issues on course index

main
Pau Ferrer Ocaña 2022-03-16 12:52:47 +01:00
parent fed1e399bc
commit 2c6f2bb6e6
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@ ion-item.item {
&.item-current {
--background: var(--primary-tint);
--color: var(--gray-900);
border: 0;
}
@ -34,6 +35,7 @@ ion-item.item {
&:hover {
background: var(--primary-shade);
color: var(--gray-100);
}
}
}
@ -43,7 +45,7 @@ ion-item.item {
margin: 3px;
border-radius: 50%;
&:hover {
background: var(--gray-300);
background: var(--secondary);
}
}