Alles erst mal soweit fertig
This commit is contained in:
@@ -41,3 +41,17 @@ a {
|
||||
.spritztab [aria-label="x"] {
|
||||
background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Cline%20x1%3D%220.1%22%20y1%3D%220.1%22%20x2%3D%220.9%22%20y2%3D%220.9%22%20stroke-width%3D%220.1%22%20stroke%3D%22red%22%2F%3E%3Cline%20x1%3D%220.1%22%20y1%3D%220.9%22%20x2%3D%220.9%22%20y2%3D%220.1%22%20stroke-width%3D%220.1%22%20stroke%3D%22red%22%2F%3E%3C%2Fsvg%3E');
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: 60%;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 70vmin;
|
||||
margin: auto;
|
||||
}
|
||||
#v {
|
||||
text-align: right;
|
||||
margin-top: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user