Closed tatyshev closed 7 years ago
html, body { /*.....*/ } selector has higher priority than single html { /*.....*/ } or body { /*.....*/ }. That's why i suggest to remove font-family from snap.css because its can break our styles.
html, body { /*.....*/ }
html { /*.....*/ }
body { /*.....*/ }
html, body { /*.....*/ }
selector has higher priority than singlehtml { /*.....*/ }
orbody { /*.....*/ }
. That's why i suggest to remove font-family from snap.css because its can break our styles.