MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 366: Line 366:
/* ── 18. VYAKHYA ELEMENTS ──────────────────────────────────────── */
/* ── 18. VYAKHYA ELEMENTS ──────────────────────────────────────── */
.gr-vyakhya-head, .gr-section-head {
.gr-vyakhya-head, .gr-section-head {
   font-size: 0.9em; font-weight: 700; color: #6a3e00;
   font-size: 0.9em; font-weight: 700; color: var(--orange);
   margin: 0.35em 0 0.15em; font-family: inherit; border: none; padding: 0;
   margin: 0.35em 0 0.15em; font-family: inherit; border: none; padding: 0;
}
}
Line 685: Line 685:
/* Reference — orange, AdishilaDev */
/* Reference — orange, AdishilaDev */
.gr-reference {
.gr-reference {
  color: #e65100;
   font-family: 'AdishilaDev', 'Adishila', 'Noto Serif Devanagari', serif;
   font-family: 'AdishilaDev', 'Adishila', 'Noto Serif Devanagari', serif;
}
}