Add Project Title

This commit is contained in:
2021-10-06 18:54:59 +02:00
parent 8f99a8e9f5
commit b2cfdb5b07
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;
}