About window: only allow text selection

This commit is contained in:
Feross Aboukhadijeh
2016-03-26 23:20:37 -07:00
parent aa117054fb
commit a116bf976a

View File

@@ -10,6 +10,7 @@
text-align: center;
overflow: hidden;
font-size: 16px;
-webkit-user-select: none;
}
img {
width: 65px;
@@ -17,9 +18,11 @@
}
h1 {
font-size: 0.9em;
-webkit-user-select: text;
}
p {
font-size: 0.8em;
-webkit-user-select: text;
}
</style>
</head>