@@ -1346,9 +1346,11 @@ div.l-content > div.l-separator:nth-of-type(4) {
13461346}
13471347
13481348
1349- .l-unit--outdated {
1350- background-color : # 9B3D35 ;
1351- color : # fff ;
1349+ .units .l-unit .l-unit--outdated {
1350+ background-color : # ffcaca ;
1351+ color : # 555 ;
1352+ border-left : 5px solid # ff6f6f ;
1353+ border-bottom : 1px solid # fff ;
13521354}
13531355
13541356.l-unit--suspended .l-unit__name ,
@@ -1358,6 +1360,13 @@ div.l-content > div.l-separator:nth-of-type(4) {
13581360 color : # c0c0c0 ;
13591361}
13601362
1363+ .l-unit--outdated .l-unit__name {
1364+ color : # 333 ;
1365+ }
1366+ .l-unit--outdated b {
1367+ color : # 555 ;
1368+ }
1369+
13611370.l-unit--suspended .l-percent {
13621371 border-color : # fff ;
13631372}
@@ -1381,7 +1390,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
13811390
13821391.l-unit--outdated .selected {
13831392 background : # 765D5D !important ;
1384- color : # FEF482 !important ;
1393+ color : # 333 !important ;
13851394}
13861395
13871396
@@ -1394,7 +1403,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
13941403.l-unit--suspended .selected .l-percent__fill ,
13951404.l-unit--suspended .selected .l-unit__name ,
13961405.l-unit--suspended .selected .l-unit__name span {
1397- color : # b2ac87 !important ;
1406+ color : # 333 !important ;
13981407}
13991408
14001409.l-unit .selected .l-percent {
@@ -1484,7 +1493,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
14841493}
14851494
14861495.l-unit .l-unit--outdated .l-unit__date {
1487- color : # fff7ae ;
1496+ color : # d24c4c ;
14881497 font-size : 10px ;
14891498 letter-spacing : 3px ;
14901499 text-transform : uppercase;
0 commit comments