petty detail
This commit is contained in:
parent
e78779f01c
commit
e9f851df8e
1 changed files with 3 additions and 2 deletions
|
|
@ -177,6 +177,7 @@ body {
|
|||
bottom:0;
|
||||
z-index:1;
|
||||
background-image:url('/images/texture.png');
|
||||
background-size: 80%;
|
||||
pointer-events:none;
|
||||
}
|
||||
|
||||
|
|
@ -263,13 +264,13 @@ body {
|
|||
line-height: 1.5;
|
||||
|
||||
color: var(--text-secondary);
|
||||
border-left: 4px solid var(--accent-yellow);
|
||||
border: 4px solid var(--accent-grey);
|
||||
padding: 0.5rem 1rem 1.5rem 1.5rem;
|
||||
letter-spacing: 0.5px;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(20px);
|
||||
-webkit-backdrop-filter: blur(20px);
|
||||
border-radius: 0 8px 8px 0;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
[data-theme="dark"] .profile-about {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue