diff --git a/css/software-pages.css b/css/software-pages.css index 6054210..d6032ff 100644 --- a/css/software-pages.css +++ b/css/software-pages.css @@ -281,20 +281,22 @@ } .template-default .box-3 #bt_wiki, -.template-default .box-3 #bt_wiki:active, -.template-default .box-3 #bt_wiki:visited, -.template-default .box-3 #bt_repositorio, -.template-default .box-3 #bt_repositorio:active, -.template-default .box-3 #bt_repositorio:visited{ +.template-default .box-3 #bt_repositorio { border-radius: 4px; padding: 12px 10px; background: #EAEBEE; + color: #2C66CE; font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif; text-transform: uppercase; display: block; position: relative; } +.template-default .box-3 #bt_wiki:hover, +.template-default .box-3 #bt_repositorio:hover { + color:#172738; +} + .template-default .box-3 #bt_wiki:after, .template-default .box-3 #bt_repositorio:after{ margin-top: -2px; -- libgit2 0.21.2