link styling

This commit is contained in:
timurgordon
2022-02-22 18:01:52 +03:00
parent 9347ead2ef
commit e0dd3be1b5
3 changed files with 13 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ img[src*="#large"] {
}
h5 {
@apply text-base lg:text-base font-light leading-8 my-2 text-gray-600;
@apply text-base lg:text-base leading-8 my-2;
}
}

View File

@@ -66,6 +66,7 @@ nav a:active {
}
a {
@apply text-blue-600 font-semibold;
}
a:focus,
a:hover {
@@ -75,6 +76,10 @@ a:active {
@apply text-blue-800 border-blue-500;
}
h5 a {
@apply text-gray-600 font-light;
}
/*
a:hover {
@apply dark:text-blue-300;