small edit and added tmpupload folder

This commit is contained in:
crunk 2022-01-28 18:25:38 +01:00
parent 59e7679034
commit c923178e56
2 changed files with 5 additions and 2 deletions

View File

@ -95,12 +95,12 @@ input[type="submit"]:disabled:focus {
/* unvisited link */
a:link {
color: red;
color: #fff600;
}
/* visited link */
a:visited {
color: #fff600;
color: #d28cff;
}
/* mouse over link */

3
verse/tmpupload/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
*/
!.gitignore