From b3ec8233391c08298edc3644c647da83131e87db Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 17 Nov 2018 19:31:35 +0200 Subject: Cleanup and rename Geshem files --- src/index.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/index.css') 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; -} -- cgit v1.3.1