master
kek7198 2021-12-31 11:37:46 -06:00
parent d337297582
commit a4c99e97c8
2 changed files with 8 additions and 3 deletions

View File

@ -3641,6 +3641,11 @@ video {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.group:hover .group-hover\:text-primary {
--tw-text-opacity: 1;
color: rgba(var(--color-primary), var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-500 {
--tw-border-opacity: 1;
border-color: rgba(14, 165, 233, var(--tw-border-opacity));

View File

@ -17,11 +17,11 @@
<hr class="mt-6 mb-5 h-0.5 border-b border-gray-300 dark:border-gray-900 shadow-inset-t-white-05"/>
<div class="flex items-center justify-between ml-2 mb-2">
<h2 class="font-bold text-lg font-heading leading-normal mb-0">
<a href="/log" class="text-black dark:text-gray-200 hover:text-primary">
<a href="/log" class="group text-black dark:text-gray-200 hover:text-primary">
Recent
<span class="text-gray-500 font-normal">
<span class="text-gray-500 group-hover:text-primary font-normal">
Activity
<i class="fas fa-arrow-alt-right fa-fw fa-sm ml-1"></i>
<i class="fas fa-arrow-alt-right fa-fw fa-sm"></i>
</a>
</h2>
</div>