diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-15 21:27:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-15 21:27:29 -0500 |
commit | d6be92b1782e581fec34444183019bec2496b42b (patch) | |
tree | dff34f2c22856edd824bf5e7193b96660000973c | |
parent | 3c2c82ac6c3a2b0e17cbdfa412e638b27943cd24 (diff) | |
download | cl-d6be92b1782e581fec34444183019bec2496b42b.tar.lz cl-d6be92b1782e581fec34444183019bec2496b42b.tar.xz cl-d6be92b1782e581fec34444183019bec2496b42b.zip |
update styles
-rw-r--r-- | cl-theme/static/css/style.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css index bec0815..7162e0d 100644 --- a/cl-theme/static/css/style.css +++ b/cl-theme/static/css/style.css @@ -123,7 +123,8 @@ video { display: table; } -.input::-moz-placeholder, .textarea::-moz-placeholder { +.input::-moz-placeholder, +.textarea::-moz-placeholder { color: black; } @@ -513,11 +514,6 @@ h4 > a:hover { border-color: transparent; } -.comments-content { - background-color: #161c1c; - padding-bottom: 10px; -} - .pagination-style-custom { margin-top: 50px; } @@ -535,6 +531,12 @@ h4 > a:hover { box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1); } +.comments-content { + background-color: #161c1c; + padding-bottom: 10px; + margin-top: 20px; +} + .comments-wrapper { padding: 25px; } |