Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

MediaWiki:Mobile.css: Difference between revisions

MediaWiki interface page
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 104: Line 104:
background:var(--sv-ui-bg3) !important;
background:var(--sv-ui-bg3) !important;
}
}
/* ------------------------------------------------------------------------
4) SV shared components (mobile): enforce opaque surfaces
------------------------------------------------------------------------ */
  :where(.sv-gi-card, .sv-skill-card, .sv-card)
  :where(.sv-tabpanel, .sv-disclose-pop, .sv-tip-pop) {
    background: var(--sv-ui-bg0) !important;
    border-color: var(--sv-ui-line1) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  :where(.sv-gi-card, .sv-skill-card, .sv-card)
  :where(.sv-tab, .sv-disclose-btn, .sv-tip-btn) {
    background: var(--sv-ui-bg2) !important;
    border-color: var(--sv-ui-line2) !important;
  }


/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------