N°9161 Inherit color from parent

This commit is contained in:
Timothee
2026-02-27 16:56:09 +01:00
parent bf6d1b469e
commit 964e153b9c
2 changed files with 4 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -522,14 +522,11 @@ body {
}
}
.ibo-setup-summary-title {
.ibo-setup-summary-title, .ibo-setup-summary-title:visited, .ibo-setup-summary-title:hover {
font-size: $ibo-font-size-150;
color: black;
color: inherit;
}
.ibo-setup-summary-title:visited {
color: black;
}
#ibo-setup-licenses--components-list {
background-color: $ibo-color-white-200;