MediaWiki:Mobile.css: Difference between revisions

From Everyday Enlightenment
imported>Jacob Robertson
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .chart-delusion { background-color: #e06666; } .chart-concept-cell { border: 1px solid white; } .chart-highlight-yes { border: 2px solid #2f4f4f; font-style: italic; font-size: 1.5em; color: #2f4f4f; }")
(No difference)

Revision as of 12:07, 31 May 2023

/* All CSS here will be loaded for users of the mobile site */
.chart-delusion {
  background-color: #e06666;
}
.chart-concept-cell {
  border: 1px solid white;
}
.chart-highlight-yes {
  border: 2px solid #2f4f4f;
  font-style: italic;
  font-size: 1.5em;
  color: #2f4f4f;
}