Skip to content

Commit 430e98c

Browse files
author
LinuxJava7
committed
fix unecessary style for card links
1 parent c9778f6 commit 430e98c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

colors.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,4 @@
4141
color: var(--blue-2);
4242
}
4343

44-
.tile a {
45-
color: var(--blue-2);
46-
}
47-
4844
}

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
251251
.card a {
252252
justify-self: start;
253253
width: 100%;
254-
color: var(--blue-4);
255254
}
256255

257256
.card a:not(.btn) {
@@ -533,4 +532,6 @@ footer {
533532
padding-top: 3rem;
534533
}
535534

535+
536+
536537
}

0 commit comments

Comments
 (0)