diff --git a/css/styles.css b/css/styles.css index 53b8a8ec..9b340051 100644 --- a/css/styles.css +++ b/css/styles.css @@ -17,6 +17,8 @@ body { button { font-family: 'Lato', avenir, sans-serif; font-weight: 400; + color: blue; + hover:bold } body:not(.animated) *:not(#panes) { transition: all 0s linear; } @@ -1300,4 +1302,4 @@ tfoot th:last-child { background-position: right bottom; background-size: 332% #logoimg { margin: 2em 0 1em 0; } #logo { font-size: 12px } .loading #overlay { background-position: 50% 80%; } -} \ No newline at end of file +}