From 850278cd23cd60b6c24526441a74f79a8f3447ae Mon Sep 17 00:00:00 2001 From: thatscringebro Date: Sun, 11 Sep 2022 11:11:04 -0400 Subject: [PATCH] changement du style --- mementomori.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mementomori.css b/mementomori.css index 3874b5b..67dcdaa 100644 --- a/mementomori.css +++ b/mementomori.css @@ -1,7 +1,7 @@ body{ text-align: center; - background-color:#FCFBFA; - color:#4B4A4A; + background-color:#4B4A4A; + color:#858585; } .decade{ display: flex; @@ -19,11 +19,11 @@ body{ .box{ width: 8px; height: 8px; - border: 1px solid #111111; + border: 1px solid #858585; border-radius: 1px; } .enabled{ - background-color: #3a3a3a; + background-color: #757575; } .box-break{ margin-right: 20px;