diff options
-rw-r--r-- | css/style.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 2876c88..e79975a 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,7 @@ /* github.com/plasticneko */ /* bulma css framework (github.com/jgthms | bulma.io) Author: jeremy thomas -Author: jesús e. +Author: jesus e. */ /* basic formatting changes (mostly to cater for darker colours) */ @@ -58,6 +58,10 @@ a.pagination-next.disabled { color: white; } +.is-cyan { + color: #0dd3ff; +} + /* html/body/font-fixes */ body, input, textarea, .button { font-family: 'Roboto Condensed', sans-serif; @@ -131,6 +135,10 @@ input:focus, textarea:focus, input[type]:focus { color: #dd7325; } +a { + color: #0099e5; +} + a:hover { text-decoration: none; color: #dd7325; |