diff options
Diffstat (limited to 'css/_header.sass')
-rw-r--r-- | css/_header.sass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/css/_header.sass b/css/_header.sass index 75e4cd3..00d3081 100644 --- a/css/_header.sass +++ b/css/_header.sass @@ -47,7 +47,7 @@ header line-height: 2.5em display: inline-block background: navy - color: #fff + color: $blanco margin-left: 1.25em &.gnusocial background: $gnusocial @@ -69,11 +69,11 @@ header float: left display: inline-block a - color: #fff + color: $blanco display: inline-block padding: 1em 1.25em font-size: 0.87em - color: #fff + color: $blanco &:hover text-decoration: none background: $azul_secudario @@ -88,7 +88,7 @@ header z-index: 2 a display: block - color: #fff + color: $blanco font-weight: 600 text-decoration: none line-height: 4em |