diff --git a/index.html b/index.html index e8c9b97..8958cb4 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Relay Template - Nostr + Comunitator - Nostr @@ -11,4 +11,4 @@
- \ No newline at end of file + diff --git a/src/App.css b/src/App.css index 2a4c3b1..cb01c70 100644 --- a/src/App.css +++ b/src/App.css @@ -68,6 +68,7 @@ footer { /* Form Styles */ .form-group { margin-bottom: 20px; + margin-top: 20px; } .form-group label { @@ -334,3 +335,14 @@ footer { border-radius: 4px; font-size: 13px; } + +/* Community Templates */ +.active-template { + background: #f0ebff !important; + border-color: #7c4dff !important; + color: #7c4dff !important; +} + +.active-template:hover { + background: #e8e0ff !important; +} diff --git a/src/App.jsx b/src/App.jsx index 45617cc..fc2dc32 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -11,7 +11,7 @@ function App() {
-

⚡ Relay Template

+

⚡ Communitator