mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +00:00
Possibly fixing font weight issues in OSX Firefox
This commit is contained in:
parent
115f4ff37e
commit
7b5fa25ab1
1 changed files with 6 additions and 1 deletions
|
@ -2,8 +2,13 @@
|
|||
Firefox select hacks
|
||||
*/
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
select {
|
||||
-moz-appearance: none;
|
||||
text-indent: 0.01px;
|
||||
text-overflow: '';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue