MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 647: Line 647:


.wikitable {
.wikitable {
     background: #c0a886; /* This sets the background color */
     background: var(--wikitable-bg);
     color: var(--wikitable-color); /* This sets the text color, defined by a variable */
     color: var(--wikitable-color);
     border-color: #d0bd97; /* This sets the border color */
     border-color: var(--wikitable-border);
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
}

Navigation menu