mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-12 05:59:03 +02:00
docs: add landing page (#203)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
co-authored by
Elias Schneider
parent
07ee087c3d
commit
3a6fce5c4b
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@config '../tailwind.config.js';
|
||||
|
||||
.glass {
|
||||
background: #09090B;
|
||||
backdrop-filter: blur(10px);
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
Reference in New Issue
Block a user