cap-atlantique: use white color for tracking-code-input-cell title (#57987)

This commit is contained in:
Thomas Jund 2021-10-19 16:57:35 +02:00
parent a79f264a2e
commit 91a85c8021
1 changed files with 7 additions and 0 deletions

View File

@ -184,6 +184,13 @@ div#nav {
}
}
// tracking code cell
div.gru-content div.tracking-code-input-cell {
h2:first-child {
color: white;
}
}
//
// WCS / FORMS
//