Sebastiankay commited on
Commit
1f8e1fc
·
1 Parent(s): cededb6

3. Okt. 2024, 08:16

Browse files
Files changed (1) hide show
  1. _res/_custom.css +2 -0
_res/_custom.css CHANGED
@@ -24,6 +24,8 @@ body {
24
  transform: translate(-50%, -50%);
25
  padding: var(--size-4) var(--size-8);
26
  background-color: var(--neutral-900) !important;
 
 
27
 
28
  border-top-width: 8px;
29
  border-right-width: 1px;
 
24
  transform: translate(-50%, -50%);
25
  padding: var(--size-4) var(--size-8);
26
  background-color: var(--neutral-900) !important;
27
+ transition: opacity 0.4s ease-in-out;
28
+ opacity: (--opacity-value);
29
 
30
  border-top-width: 8px;
31
  border-right-width: 1px;