feat: spaces, link colors, card icon, card background and border
This commit is contained in:
@@ -30,6 +30,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
color: var(--color-primary);
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
@apply mb-4
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -81,10 +82,7 @@ a {
|
||||
color: var(--bs-primary);
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
|
||||
&:hover {
|
||||
color: var(--bs-primary)
|
||||
}
|
||||
@apply text-primary hover:text-primary-dark;
|
||||
}
|
||||
|
||||
button, .btn {
|
||||
|
||||
Reference in New Issue
Block a user