MediaWiki:Common.css: Difference between revisions

An idea by Jeff Lawlor
Created on 2024-10-08
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 3: Line 3:
{
{
     font-family: Trebuchet MS, Tahoma, sans-serif;
     font-family: Trebuchet MS, Tahoma, sans-serif;
    /* Put back the defaults that Bootstrap overrides */
    line-height: 1.4;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    background-color: var(--background-color-base, #fff);
    color: var(--color-base, #202122);
    margin: 0;
}
}