header image

Code Snippets

Targeted Firefox CSS

| Last updated:
@supports (-moz-appearance:none) {
  /* add css rule here */ 
}