MediaWiki:Common.less/tiles.less: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 6: Line 6:
:root {
:root {
--byline-arrow-filter: invert(29%) sepia(0%) saturate(376%) hue-rotate(172deg) brightness(87%) contrast(80%); // match --byline-color
--byline-arrow-filter: invert(29%) sepia(0%) saturate(376%) hue-rotate(172deg) brightness(87%) contrast(80%); // match --byline-color
--tile-border-color: @BODY_DARK;
--tile-border-color: @BODY_BORDER;
--tile-background-color: @BODY_DARK;
--tile-background-color: @BODY_LIGHT;
--tile-link-button-color: #f5e9db;
--tile-link-button-color: #f5e9db;
--tile-link-button-highlight-color: saturate( darken( #e2d2ba, 2.5% ), 2% );
--tile-link-button-highlight-color: saturate( darken( #e2d2ba, 2.5% ), 2% );
Line 135: Line 135:
// goes inside .tile-halves
// goes inside .tile-halves
.tile-bottom {
.tile-bottom {
background: var(--tile-background-color);
background: var(--body-dark);
width: 100%;
width: 100%;
padding: 1rem 1.5rem .6rem;
padding: 1rem 1.5rem .6rem;