Correccion estilos o gusto da clienta.

This commit is contained in:
Laegnur 2022-03-10 18:21:26 +01:00
parent fad6d49669
commit 4413c0e154
5 changed files with 1 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View file

@ -8,7 +8,7 @@
font-size: 16px;
--color_oscuro: 189, 186, 178;
--fondo_principal: 242, 240, 241;
--fondo_principal: 255, 255, 255;
--fondo_oscuro: 43, 44, 38;
--sombra: 0.8;
}
@ -91,8 +91,6 @@ header#cabeceira
padding: 0.625rem;
border-radius: 0 0 1rem 1rem;
box-shadow: 0px 0 0.625rem rgb(var(--fondo_oscuro), var(--sombra));
}
@ -223,16 +221,6 @@ ul#idiomas li a
text-decoration: none;
}
ul#idiomas li:first-child a
{
border-radius: 5px 0 0 5px;
}
ul#idiomas li:last-child a
{
border-radius: 0 5px 5px 0;
}
ul#idiomas li.activo a
{
color: rgb(var(--fondo_principal));