lib/intranet/resources/www/style.css in intranet-pictures-1.0.5 vs lib/intranet/resources/www/style.css in intranet-pictures-1.0.6

- old
+ new

@@ -6,13 +6,10 @@ /******************************* Recent groups ********************************/ p.see_more { text-align: right; } -p.see_more a { - color: #748ea3; -} /******************************* Picture groups *******************************/ ul.groups { display: grid; @@ -34,9 +31,12 @@ overflow: hidden; transition: all 0.2s; border: 1px solid #eeeff2; border-radius: 3px; justify-self: center; +} +ul.groups a { + color: black; } /* Small screens only */ @media only screen and (max-width: 1023px), only screen and (max-device-width: 1023px) { ul.groups { grid-template-columns: repeat(2, 1fr); }