summaryrefslogtreecommitdiffstats
path: root/client/components/main/layouts.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/layouts.styl')
-rw-r--r--client/components/main/layouts.styl8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index e998b389..a6512574 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -3,13 +3,14 @@
global-reset()
html, body, input, select, textarea, button
- font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif
+ font: 14px Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif
line-height: 18px
color: #4d4d4d
html
font-size: 100%
max-height: 100%
+ user-select: none
-webkit-text-size-adjust: 100%
body
@@ -29,9 +30,6 @@ body
position: relative
flex: 1
-div::selection
- background: transparent
-
h1
font-size: 22px
line-height: 1.2em
@@ -81,6 +79,8 @@ strong
font-weight: bold
p
+ user-select: text
+
a
text-decoration: underline
word-wrap: break-word