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
@@ -39,12 +39,12 @@ export default {
<style>
.paragraph-container a {
@apply text-secondAzure;
@apply text-primary-lighter;
@apply underline;
}
.paragraph-container a:hover {
@apply text-secondDarkBlue;
@apply text-primary-dark;
@apply underline;
}