feat: add Telegram album purchase bot
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
@layer base {
|
||||
body {
|
||||
@apply bg-paper-light text-paper-dark min-h-screen;
|
||||
font-family: Vazirmatn, Tahoma, Arial, sans-serif;
|
||||
background-image:
|
||||
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user