We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6fa20 commit 14d9ff9Copy full SHA for 14d9ff9
1 file changed
css/color-blue.css
@@ -18,7 +18,7 @@
18
/* Exceção: botão discreto do rodapé não deve receber estilo de ação */
19
.credits-trigger {
20
background: none !important;
21
- color: inherit !important;
+ color: var(--clr-primary-variant) !important;
22
}
23
24
/* Lordicon credit link styling */
@@ -48,7 +48,7 @@
48
border: none;
49
padding: 0;
50
font: inherit;
51
- color: inherit;
+ color: var(--clr-primary-variant);
52
cursor: pointer;
53
text-decoration: underline;
54
transition: color 0.3s;
0 commit comments