Update
This commit is contained in:
@ -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" />
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user