no select title
This commit is contained in:
parent
e2e4466117
commit
b1553d1766
@ -106,6 +106,12 @@ h1.title {
|
|||||||
font-family: 'Pirata One', arial;
|
font-family: 'Pirata One', arial;
|
||||||
text-shadow: 3px 3px 3px #aaa;
|
text-shadow: 3px 3px 3px #aaa;
|
||||||
|
|
||||||
|
cursor: default;
|
||||||
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user