changement du style

This commit is contained in:
thatscringebro 2022-09-11 11:11:04 -04:00
parent 36725420e5
commit 850278cd23

View File

@ -1,7 +1,7 @@
body{ body{
text-align: center; text-align: center;
background-color:#FCFBFA; background-color:#4B4A4A;
color:#4B4A4A; color:#858585;
} }
.decade{ .decade{
display: flex; display: flex;
@ -19,11 +19,11 @@ body{
.box{ .box{
width: 8px; width: 8px;
height: 8px; height: 8px;
border: 1px solid #111111; border: 1px solid #858585;
border-radius: 1px; border-radius: 1px;
} }
.enabled{ .enabled{
background-color: #3a3a3a; background-color: #757575;
} }
.box-break{ .box-break{
margin-right: 20px; margin-right: 20px;