diff options
author | Jesús <heckyel@hyperbola.info> | 2018-04-08 11:56:53 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-04-08 11:56:53 -0500 |
commit | 2ace7be6ae96d183c845bd428a84cf6e19d18418 (patch) | |
tree | 2f6968d898c16a551b456fbd5c5d9e4a9775ae89 /css | |
parent | 67d92eb6e415868d1c25e185166ffc0cfc77f310 (diff) | |
download | lidra-theme-2ace7be6ae96d183c845bd428a84cf6e19d18418.tar.lz lidra-theme-2ace7be6ae96d183c845bd428a84cf6e19d18418.tar.xz lidra-theme-2ace7be6ae96d183c845bd428a84cf6e19d18418.zip |
change to value #fff for variable $blanco
Diffstat (limited to 'css')
-rw-r--r-- | css/_header.sass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/_header.sass b/css/_header.sass index 5f895ca..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 |