This commit is contained in:
Michał Gdula 2022-08-15 10:56:05 +00:00
parent 6a6fac8c66
commit b7362ca195
18 changed files with 776 additions and 746 deletions

View file

@ -218,7 +218,7 @@ nav .btn {
}
.nsfw-blur {
filter: blur(10px);
filter: blur(8px);
}
.nsfw-warning {
@ -236,21 +236,24 @@ nav .btn {
align-items: center;
text-decoration: none;
font-family: "Secular One", sans-serif;
background-color: rgba(21, 21, 21, 0.7333333333);
}
.nsfw-warning span {
color: #B66467;
text-align: center;
text-shadow: 0 0 2px #151515;
}
.nsfw-warning span::after {
content: " Content";
}
.nsfw-warning img {
margin: 0.25rem;
width: 2rem;
height: 2rem;
width: 2.5rem;
height: 2.5rem;
}
@media (max-width: 500px) {
.nsfw-warning span {
display: none;
.nsfw-warning span::after {
content: none;
}
}
/*
@ -675,9 +678,16 @@ footer > * {
margin-top: 0;
margin-bottom: 0.5rem;
}
footer a {
margin: 0.5rem;
footer p {
margin: 0 0.5rem;
text-decoration: none;
font-size: 16px;
font-family: "Secular One", sans-serif;
}
footer a {
margin: 0 0.5rem;
text-decoration: none;
font-size: 16px;
font-family: "Secular One", sans-serif;
}
footer a:hover {