Customization

This commit is contained in:
2017-10-27 14:35:10 +07:00
parent 766fe4425d
commit f687983b45
6 changed files with 49 additions and 15 deletions

View File

@@ -86,6 +86,20 @@ td, th {
font-size: x-large;
}
.title,
.navy,
.new,
section > h2,
label,
section h1 {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
nav .menu>.navy {
color: #000;
background-color: transparent;