diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 2ce779f1a58ba8832f47c11df5e7ca4296f548ef..ee91a7b629b520a728da194e72fd4ba461404a57 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;