MediaWiki:Common.css: Difference between revisions

An idea by Jeff Lawlor
Created on 2024-10-08
No edit summary
Tags: Reverted 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 */
     /* Put back the defaults that Bootstrap overrides
     line-height: 1.4;
     line-height: 1.4;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
Line 9: Line 9:
     background-color: var(--background-color-base, #fff);
     background-color: var(--background-color-base, #fff);
     color: var(--color-base, #202122);
     color: var(--color-base, #202122);
     margin: 0;
     margin: 0; */
}
}