diff options
author | Jesús <heckyel@hyperbola.info> | 2018-06-05 12:50:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-06-05 12:50:20 -0500 |
commit | 19e8817875136a6eb120d73e4c40dcc4e4410f09 (patch) | |
tree | 3ae6c4b3a295c6081fdc656c8dd53dc169825679 /css/_comentarios.sass | |
parent | c052d4f30db3da98f7bf927ff5f30d86ba4c23ac (diff) | |
download | lidra-theme-19e8817875136a6eb120d73e4c40dcc4e4410f09.tar.lz lidra-theme-19e8817875136a6eb120d73e4c40dcc4e4410f09.tar.xz lidra-theme-19e8817875136a6eb120d73e4c40dcc4e4410f09.zip |
fix color fn in comments
Diffstat (limited to 'css/_comentarios.sass')
-rw-r--r-- | css/_comentarios.sass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/_comentarios.sass b/css/_comentarios.sass index 9fa86df..4fd6e07 100644 --- a/css/_comentarios.sass +++ b/css/_comentarios.sass @@ -28,6 +28,8 @@ .children margin-left: 2.5em list-style: none + .fn + color: $fn .comment-body margin-bottom: 1.25em border-bottom: 1px solid $gris_claro |