commit: 7bdf6aff734a6c3bcce22ee16565a9132472b122
parent b611874148b91004654fa70628bd86d0177b06cd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  2 Jun 2018 13:38:53 +0200
css/index.css: Thinner borders
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/css/index.css b/css/index.css
@@ -34,7 +34,7 @@ article, section, main {
 	margin: 1.5rem;
 	padding: 0.5rem;
 	background-color: #073642;
-	border: 2pt solid #657b83;
+	border: 1pt solid #657b83;
 }
 #art { border: none;} 
 code {