Backgrounds

This commit is contained in:
2024-02-21 15:49:44 +01:00
parent ae7268736f
commit 81a60804b1
10 changed files with 113 additions and 13 deletions
+14 -3
View File
@@ -1,8 +1,5 @@
body {
background-color: #01817F;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0;
}
@@ -26,10 +23,24 @@ body {
}
}
input[type=submit] {
filter: contrast(1);
}
.hide {
display: none;
}
.offscreen {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
.window.popup {
position: fixed;
z-index: 100;