Commit 430dcb9c8a1d124566c336edca40a053fa3c4492

Authored by gibran
1 parent f1c47f6c

Alteração da cor do background e color dos "span" responsivo.

src/main/webapp/inicial_arquivos/css/default.css
... ... @@ -404,15 +404,15 @@
404 404 font-family: Arial, Helvetica, sans-serif;
405 405 }
406 406 #accessibility span {
407   - background: #9ed5ab;
408   - color: #ffffff;
  407 + background: #ffffff;
  408 + color: #327241;
409 409 padding: 0 4px;
410 410 }
411 411  
412 412 #portal-siteactions span
413 413 {
414   - background: #9ed5ab;
415   - color: #ffffff;
  414 + background: #ffffff;
  415 + color: #327241;
416 416 padding: 0 4px;
417 417 }
418 418  
... ...