diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 154175ad3bc6c610531bf93a4c6e62c9a7f020cd..5fb05cc0e93d0ba51a2e148afbddfd6a674ce88e 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -278,7 +278,7 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; } /* Alto Contraste*/ .contraste{ background-color: black !important; - color: white !important; + color: white; a{ color: yellow; } @@ -300,6 +300,16 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; } #subject-highlight{ background-color: black !important; } + .field{ + input{ + color: black !important; + } + } + .actions{ + input{ + color: black !important; + } + } } .menu-bar-contrast{ background-color: black !important;