forked from p15670423/monkey
Fixed venn diagram FA icons
This commit is contained in:
parent
95c05a0757
commit
d4f91614b5
|
@ -1,4 +1,5 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
|
||||
@import url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css');
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
|
@ -6,12 +7,10 @@ body {
|
|||
}
|
||||
|
||||
svg {
|
||||
|
||||
-webkit-touch-callout: none; /* iOS Safari */
|
||||
-webkit-user-select: none; /* Safari */
|
||||
-khtml-user-select: none; /* Konqueror HTML */
|
||||
-moz-user-select: none; /* Firefox */
|
||||
-ms-user-select: none; /* Internet Explorer/Edge */
|
||||
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue