60772145 by Jeremy Groot

fixes

1 parent 5abda7d0
...@@ -8539,7 +8539,7 @@ br { ...@@ -8539,7 +8539,7 @@ br {
8539 8539
8540 .item a { 8540 .item a {
8541 display: flex !important; 8541 display: flex !important;
8542 color: #000000; 8542 color: #000000 !important;
8543 } 8543 }
8544 8544
8545 a.xls, .item a.xls { 8545 a.xls, .item a.xls {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -93,7 +93,7 @@ html{ ...@@ -93,7 +93,7 @@ html{
93 93
94 .item a { 94 .item a {
95 display: flex !important; 95 display: flex !important;
96 color:#000000; 96 color:#000000 !important;
97 } 97 }
98 98
99 99
......