Removed user-select restrictions.
This commit is contained in:
parent
114777bfdc
commit
61f150ce07
1 changed files with 0 additions and 5 deletions
|
@ -4,7 +4,6 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
outline-style: none;
|
outline-style: none;
|
||||||
user-select: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
@ -298,7 +297,6 @@ body {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
font-family: 'Electrolize', Verdana, 'Dejavu Sans', Arial, Helvetica, sans-serif;
|
font-family: 'Electrolize', Verdana, 'Dejavu Sans', Arial, Helvetica, sans-serif;
|
||||||
user-select: text;
|
|
||||||
}
|
}
|
||||||
.social-twitter .social-background { background-color: #1da1f2; }
|
.social-twitter .social-background { background-color: #1da1f2; }
|
||||||
.social-youtube .social-background { background-color: #ff0000; }
|
.social-youtube .social-background { background-color: #ff0000; }
|
||||||
|
@ -970,9 +968,6 @@ body {
|
||||||
.ob-blog {
|
.ob-blog {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
.ob-blog * {
|
|
||||||
user-select: text;
|
|
||||||
}
|
|
||||||
.ob-blog h1 a {
|
.ob-blog h1 a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in a new issue