Add Project Title

This commit is contained in:
2021-10-06 18:54:59 +02:00
parent fc7d169759
commit 16c27ddb6a
9 changed files with 61 additions and 18 deletions

View File

@@ -62,6 +62,14 @@
/* Common objects */
*:focus {
outline: 0px none transparent;
}
textarea:focus, input:focus {
outline: 1px solid #CCC;
}
body {
overflow: hidden;
}