@@ -4,6 +4,8 @@
|
||||
* Estilos para el footer que replica EXACTAMENTE el template RDash (líneas 1093-1151).
|
||||
* Este footer es simple: 3 columnas de navegación + newsletter solo con email.
|
||||
*
|
||||
* IMPORTANTE: El template usa Bootstrap bg-dark (#212529), NO --color-navy-dark
|
||||
*
|
||||
* @package Apus_Theme
|
||||
* @since 1.0.0
|
||||
* @see template: apus-theme-template/index.html líneas 1093-1151
|
||||
@@ -15,7 +17,7 @@
|
||||
========================================================================== */
|
||||
|
||||
footer {
|
||||
background-color: var(--color-navy-dark);
|
||||
background-color: #212529 !important;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
padding: 3rem 0;
|
||||
}
|
||||
@@ -24,6 +26,7 @@ footer h5 {
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
margin-bottom: 1rem;
|
||||
font-family: Poppins, sans-serif;
|
||||
}
|
||||
|
||||
footer a {
|
||||
|
||||
Reference in New Issue
Block a user