Corregido color del texto del botón de aceptar cookies

This commit is contained in:
Manuel Cillero 2019-03-22 09:11:54 +01:00
parent eb7c88141b
commit a2a901b71b

View file

@ -227,6 +227,7 @@ div.wiki .external {
} }
.cc-window .cc-btn { .cc-window .cc-btn {
font-weight: normal; font-weight: normal;
text-decoration: none;
} }
.cc-window .cc-message { .cc-window .cc-message {
font-size: .92em; font-size: .92em;
@ -244,6 +245,11 @@ div.wiki .external {
font-weight: normal; font-weight: normal;
text-decoration: underline; text-decoration: underline;
} }
.cc-window a.cc-dismiss:hover {
color: #000;
opacity: 0.9;
transition: all 0.3s ease-in;
}
/**********************************************************/ /**********************************************************/
/* 2. FONT ICONS */ /* 2. FONT ICONS */