Formatting

This commit is contained in:
Vincent Vandemeulebrouck 2022-01-09 14:17:48 +01:00
parent 31eab4a04f
commit 264900a4bf
1 changed files with 4 additions and 4 deletions

View File

@ -434,17 +434,17 @@ table {border: 1px solid #7a7971;}
border-bottom: 1px solid #BBB; border-bottom: 1px solid #BBB;
} }
.blessure-inactive{ .blessure-inactive {
color:rgba(150, 150, 150, 0.4) color:rgba(150, 150, 150, 0.4)
} }
.blessure-active-legere{ .blessure-active-legere {
color:rgba(60, 60, 60, 0.9); color:rgba(60, 60, 60, 0.9);
text-shadow: rgba(60, 60, 60, 0.7); text-shadow: rgba(60, 60, 60, 0.7);
} }
.blessure-active-grave{ .blessure-active-grave {
color:rgba(218, 126, 21, 0.9); color:rgba(218, 126, 21, 0.9);
} }
.blessure-active-critique{ .blessure-active-critique {
color:rgba(173, 36, 26, 0.9); color:rgba(173, 36, 26, 0.9);
} }