This commit is contained in:
Panos Sakkos 2015-11-23 22:42:43 +01:00
parent 73f32cb536
commit 41f206a7f9

View file

@ -47,6 +47,14 @@ p {
}
}
div {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
-o-user-select: text;
user-select: text;
}
a {
color: $primary;
-webkit-transition: all .2s ease-in-out;
@ -235,11 +243,6 @@ a {
line-height: 1.5;
list-style-position: inside;
}
p {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
}
pre {
padding: 0;
> code {