add new default color and fix bugs

This commit is contained in:
F4ilji
2025-04-05 18:36:32 +05:00
parent 8aeef476ae
commit f0f9a6fbd2
94 changed files with 317 additions and 318 deletions
@@ -67,7 +67,7 @@ export default {
<div class="p-4 md:p-5 w-full">
<div class="flex justify-between items-center gap-x-3">
<div class="grow">
<h3 class="group-hover:text-blue-600 font-semibold text-gray-800">
<h3 class="group-hover:text-primary-hover font-semibold text-gray-800">
{{ journal.title }}
</h3>
</div>
@@ -169,7 +169,7 @@ export default {
<p class="text-sm text-gray-500">
{{ item.year_publication }}
</p>
<h3 class="group-hover:text-blue-600 font-semibold text-gray-800">
<h3 class="group-hover:text-primary-hover font-semibold text-gray-800">
{{ item.title }}
</h3>
</div>
@@ -205,7 +205,7 @@ export default {
<style>
.paragraph-container a {
@apply text-[#1E57A3];
@apply text-primary;
@apply underline;
}