no select title

This commit is contained in:
aj 2019-07-30 16:21:15 +01:00
parent e2e4466117
commit b1553d1766

View File

@ -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;