From 9062320ff079eb76c7cc82d19466e442ffee2eb9 Mon Sep 17 00:00:00 2001 From: Daniel Cortes Date: Thu, 14 Feb 2019 22:16:55 -0300 Subject: [PATCH] Actualizado los estilos, todos los headers deben ser de color 'rojo' --- www/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/static/style.css b/www/static/style.css index 45ce41e..11373dc 100644 --- a/www/static/style.css +++ b/www/static/style.css @@ -12,6 +12,10 @@ textarea { max-width: 100%; } +h1,h2,h3,h4,h5,h6 { + color: var(--primary-color); +} + .navbar { padding: 2rem; }