forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 09:32:57 -06:00
parent c573f1836c
commit ad96c619a4
1 changed files with 2 additions and 2 deletions

View File

@ -3746,8 +3746,8 @@ video {
color: rgba(var(--color-700), var(--tw-text-opacity));
}
.dark .dark\:odd\:bg-white\/10:nth-child(odd) {
background-color: rgba(255, 255, 255, 0.1);
.dark .dark\:odd\:bg-white\/\[\.05\]:nth-child(odd) {
background-color: rgba(255, 255, 255, .05);
}
.dark .dark\:visited\:text-gray-400:visited {