This commit is contained in:
186526 2022-04-30 00:14:50 +08:00
parent d96e796bdf
commit a3cca40eaf
Signed by: 186526
GPG Key ID: C7EB1E6B8CC5E51D
2 changed files with 17 additions and 2 deletions

View File

@ -35,7 +35,9 @@
<body>
<app>
<background></background>
<background>
<p>PID @ 78361641</p>
</background>
<header>
<img src="https://i.186526.xyz/avatar" alt="Avatar" width="100px" />

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);