Fixes #120
This commit is contained in:
parent
73f32cb536
commit
41f206a7f9
1 changed files with 8 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue