This commit is contained in:
2022-04-30 00:14:50 +08:00
parent d96e796bdf
commit a3cca40eaf
2 changed files with 17 additions and 2 deletions

View File

@ -43,6 +43,19 @@ body {
background-color: var(--background-color);
}
background > p {
visibility: hidden;
position: absolute;
top: 69vh;
right: 0;
color: var(--font-color-lighter);
font-size: calc(var(--font-size-description) - 0.4rem);
}
background:hover > p {
visibility: visible;
}
a {
text-decoration: none;
color: #1967d2;
@ -92,7 +105,7 @@ background {
min-width: 100%;
min-height: 75vh;
background-size: cover;
background-image: url(https://storage.186526.xyz/home-app/assets/background.png);
background-image: url(https://storage.186526.xyz/home-app/assets/background.webp), url(https://storage.186526.xyz/home-app/assets/background.png);
z-index: -1;
border-radius: 0 0 15px 15px;
filter: blur(0.2px);