diff --git a/resources/skins.minerva.content.styles/tables.less b/resources/skins.minerva.content.styles/tables.less index be4f454..7ebea51 100644 --- a/resources/skins.minerva.content.styles/tables.less +++ b/resources/skins.minerva.content.styles/tables.less @@ -22,9 +22,9 @@ // For skinning normal data tables // Compare with mediawiki.legacy/shared.css &.wikitable { - border: 1px solid @grayLight; + border: 1px solid @colorGray5; // Note older browsers will fall back to @grayLight - border-color: fade( @grayLight, 20 ); + border-color: fade( @colorGray5, 30 ); // We only style cells that are direct children of the wikitable table since // table tags may be used for non-table purposes within the cells. @@ -32,9 +32,9 @@ > tr > td, > * > tr > th, > * > tr > td { - border: 1px solid @grayLight; + border: 1px solid @colorGray5; // Note older browsers will fall back to @grayLight - border-color: fade( @grayLight, 20 ); + border-color: fade( @colorGray5, 30 ); padding: 0.2em; }