🔧 Updated css defaults

This commit is contained in:
z3rOR0ne 2024-03-18 22:02:47 -07:00
parent 9aca2e9ebc
commit 32749c4524
2 changed files with 22 additions and 0 deletions

View file

@ -38,3 +38,14 @@ input,
textarea {
min-width: 0;
}
/* background image specific, courtesy wittcode*/
/*
body {
background-image: url("background_image.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
*/

View file

@ -33,4 +33,15 @@ input,
textarea {
min-width: 0;
}
/* background image specific, courtesy wittcode*/
/*
body {
background-image: url("background_image.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
*/
EOM