link styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user