MediaWiki:Common.css: Difference between revisions

From ytptenniswiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:


body{
body{
   background-color:red;
   linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(9, 121, 18, 1) 100%);
}
}

Revision as of 21:07, 16 July 2024

/* CSS placed here will be applied to all skins */

body{
  linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(9, 121, 18, 1) 100%);
}