From 38fd5f55f0e5195fec692ff222d5b6dc379f8f43 Mon Sep 17 00:00:00 2001 From: Matheus Agio Nerone <man13@inf.ufpr.br> Date: Tue, 29 Sep 2015 14:37:39 -0300 Subject: [PATCH] add contrast Signed-off-by: Matheus Agio Nerone <man13@inf.ufpr.br> --- app/assets/stylesheets/application.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 2ce779f1a..ee91a7b62 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -296,6 +296,7 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; } /* Alto Contraste*/ .contraste{ + background-color: black !important; color: white !important; a{ @@ -319,6 +320,10 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; } #subject-highlight{ background-color: black !important; } + .panel-wrapper{ + background-color: black !important; + border: 2px solid white; + } } .menu-bar-contrast{ background-color: black !important; -- GitLab