diff options
author | Jesús <heckyel@hyperbola.info> | 2018-04-08 12:03:54 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-04-08 12:03:54 -0500 |
commit | a432a498d27a360b9f62e2719cd557043f88a74b (patch) | |
tree | b9fc7fe4565d20bbfb1ad8c9befa0ef877a4c720 /css/_footer.sass | |
parent | 2ace7be6ae96d183c845bd428a84cf6e19d18418 (diff) | |
download | lidra-theme-a432a498d27a360b9f62e2719cd557043f88a74b.tar.lz lidra-theme-a432a498d27a360b9f62e2719cd557043f88a74b.tar.xz lidra-theme-a432a498d27a360b9f62e2719cd557043f88a74b.zip |
change to value #fff for variable $blanco on all .sass
Diffstat (limited to 'css/_footer.sass')
-rw-r--r-- | css/_footer.sass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/css/_footer.sass b/css/_footer.sass index 4a2ceaf..74a205d 100644 --- a/css/_footer.sass +++ b/css/_footer.sass @@ -10,11 +10,10 @@ footer float: left display: inline-block a - color: #fff display: inline-block padding: 1em 1.25em font-size: 0.87em - color: #fff + color: $blanco &:hover text-decoration: none background: $azul_secudario |