mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-24 02:02:35 -04:00
fix(tool-card): correct text color on light mode for card description
This commit is contained in:
parent
71e98e93e5
commit
acf8bc11db
@ -50,7 +50,7 @@ a {
|
|||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
color: #ffffff;
|
color: v-bind('theme.textColorBase');
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@ -59,7 +59,7 @@ a {
|
|||||||
|
|
||||||
.description {
|
.description {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
color: #ffffff;
|
color: v-bind('theme.textColorBase');
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user