Corregido color del texto del botón de aceptar cookies
This commit is contained in:
parent
eb7c88141b
commit
a2a901b71b
1 changed files with 6 additions and 0 deletions
|
@ -227,6 +227,7 @@ div.wiki .external {
|
|||
}
|
||||
.cc-window .cc-btn {
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
.cc-window .cc-message {
|
||||
font-size: .92em;
|
||||
|
@ -244,6 +245,11 @@ div.wiki .external {
|
|||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.cc-window a.cc-dismiss:hover {
|
||||
color: #000;
|
||||
opacity: 0.9;
|
||||
transition: all 0.3s ease-in;
|
||||
}
|
||||
|
||||
/**********************************************************/
|
||||
/* 2. FONT ICONS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue