Modificaciones en filtrado y creada opción para marcar que un gasto/ingreso es un traspaso de cuentas #34
@ -97,6 +97,31 @@ a.danger:visited,
|
|||||||
color: var(--color-danger-accent);
|
color: var(--color-danger-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Escala tipográfica. Los márgenes van en rem a propósito: los del navegador
|
||||||
|
van en em y escalan con el tamaño de fuente, dejando huecos irregulares
|
||||||
|
entre secciones. */
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 1.625rem;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 1.2;
|
||||||
|
margin: 0 0 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 1.25;
|
||||||
|
margin: 1.5rem 0 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 1rem;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 1.3;
|
||||||
|
margin: 1rem 0 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* ========================= */
|
/* ========================= */
|
||||||
/* Topbar / navigation */
|
/* Topbar / navigation */
|
||||||
/* ========================= */
|
/* ========================= */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user