Jump to content

User:Exkc/vector.css

From postmarketOS Wiki
Revision as of 06:58, 26 March 2025 by Exkc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
table.feature-colors td.feature-yes, .cargoTable td.feature-yes, .feature-yes {
  background: #50fa7b  !important;
}
table.feature-colors td.feature-partial, .cargoTable td.feature-partial, .feature-partial {
  background: #f1fa8c   !important;
}
table.feature-colors td.feature-no, .cargoTable td.feature-no, .feature-no {
  background: #ff5555 !important;
}
table.feature-colors td.feature-unavailable, .cargoTable td.feature-unavailable, .feature-unavailable {
  background: #E1E1E1  !important;
}