diff options
| author | Yuval Adam <_@yuv.al> | 2018-11-17 19:31:35 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-11-17 19:31:35 +0200 |
| commit | b3ec8233391c08298edc3644c647da83131e87db (patch) | |
| tree | 521fbe00edf4b2b64d34512cccfca8dce4e54c52 /src/index.css | |
| parent | 0a37c8a4deaf239fd1fef50ebb4b60865029f718 (diff) | |
Cleanup and rename Geshem files
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/index.css b/src/index.css index cee5f34..6c06094 100644 --- a/src/index.css +++ b/src/index.css @@ -1,14 +1,10 @@ body { margin: 0; padding: 0; + user-select: none; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", - monospace; -} |
