6 lines
144 B
SCSS
6 lines
144 B
SCSS
|
.has-jax {
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
background: inherit !important;
|
||
|
border: none !important;
|
||
|
font-size: 100%;
|
||
|
}
|