logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: bbfa51f2a34d49804427955897f5bc8063241c04
parent 926d047b8f9a7fe29eef04a53d42c5e1b1d0bf39
Author: Haelwenn Monnier <lanodan.delta@free.fr>
Date:   Tue,  8 Sep 2015 19:56:48 +0200

#comment → .comment

Diffstat:

Mcss/index.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/index.css b/css/index.css @@ -3,7 +3,6 @@ float: left; margin: 1em; } -#comment { color: lime; } html, body { margin: 0; padding: 0; @@ -20,6 +19,7 @@ pre { background-color: rgba(255, 60, 0, 0.2); border-bottom: 2px solid #FF3C00; } +.comment { color: lime; } article, #content { margin: 1.5em; padding: 0.5em;