|
|
Línea 1: |
Línea 1: |
| /* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
| |
| /* Ocultar la opción de crear un nuevo tema para el grupo de alumnos */
| |
|
| |
|
| /* Importar la fuente Roboto desde Google Fonts */
| |
| @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
| |
|
| |
| h1, h2, h3, h4, h5, h6 {
| |
| font-family: 'Roboto', sans-serif !important;
| |
| color: #0047AB; /* Azul Cobalto */
| |
| font-weight: bolder;
| |
| }
| |
|
| |
| /* EXCEPCIÓN: No aplicar color azul a h3 dentro de #p-normal-catlinks */
| |
| #p-normal-catlinks h3 {
| |
| color: inherit !important;
| |
| }
| |