2021-06-19 20:24:11 +01:00
|
|
|
.home {
|
|
|
|
user-select: none;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 1em 0;
|
|
|
|
font-size: 48px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
img {
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-07-09 16:23:06 +01:00
|
|
|
.actions {
|
|
|
|
gap: 8px;
|
2021-08-17 20:47:44 +01:00
|
|
|
width: 240px;
|
2021-08-17 13:52:02 +01:00
|
|
|
|
2021-06-19 20:24:11 +01:00
|
|
|
margin: auto;
|
2021-07-09 16:23:06 +01:00
|
|
|
display: flex;
|
|
|
|
width: fit-content;
|
2021-08-17 13:52:02 +01:00
|
|
|
align-items: stretch;
|
2021-07-09 16:23:06 +01:00
|
|
|
flex-direction: column;
|
2021-08-17 13:52:02 +01:00
|
|
|
|
|
|
|
a {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2021-06-19 20:24:11 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-light="true"] .home svg {
|
|
|
|
filter: invert(100%);
|
|
|
|
}
|