MediaWiki:Vector.css: Difference between revisions

From Office of Queer Affairs
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
 
body,
root {
.vector-pinned-container,
   --background-color-base: limegreen;
.vector-dropdown-content {
   transition: background-color 2s linear; /* Smooth transition for background-color */
}
}

Latest revision as of 10:06, 30 September 2024

/* All CSS here will be loaded for users of the Vector skin */
body, 
.vector-pinned-container, 
.vector-dropdown-content {
  transition: background-color 2s linear; /* Smooth transition for background-color */
}