Skip to content

Commit 14d9ff9

Browse files
committed
resource fix
1 parent 2b6fa20 commit 14d9ff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/color-blue.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/* Exceção: botão discreto do rodapé não deve receber estilo de ação */
1919
.credits-trigger {
2020
background: none !important;
21-
color: inherit !important;
21+
color: var(--clr-primary-variant) !important;
2222
}
2323

2424
/* Lordicon credit link styling */
@@ -48,7 +48,7 @@
4848
border: none;
4949
padding: 0;
5050
font: inherit;
51-
color: inherit;
51+
color: var(--clr-primary-variant);
5252
cursor: pointer;
5353
text-decoration: underline;
5454
transition: color 0.3s;

0 commit comments

Comments
 (0)