add env vars for configuring onion and I2P urls
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
@ -6,5 +6,5 @@
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: url("/ubuntu.woff2") format("woff2");
|
||||
src: url("/assets/ubuntu.woff2") format("woff2");
|
||||
}
|
@ -31,7 +31,8 @@
|
||||
rgba(20, 20, 20, 0.3) 0px 18px 36px -18px inset;
|
||||
|
||||
--text-shadow: 3px 2px 8px rgba(50, 50, 50, 0.8);
|
||||
--background: linear-gradient(rgba(11, 11, 11, 0.808), rgba(1, 1, 1, 0.96)), url("/banner.png");
|
||||
--background: linear-gradient(rgba(11, 11, 11, 0.808), rgba(1, 1, 1, 0.96)),
|
||||
url("/assets/banner.png");
|
||||
--profile-size: 220px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user