Skip to content

Commit e6aa440

Browse files
committed
Makes Supabase logo green
1 parent 67ad7ec commit e6aa440

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ extra:
9292
# removes "Made with Material for MkDocs", we should sponsor the project instead (as they suggest in their docs)
9393
generator: false
9494

95+
extra_css:
96+
- assets/css/styles.css
97+
9598
# Repository URL
9699
repo_url: https://github.com/lovablelabs/docs
97100
edit_uri: edit/main/src

src/assets/css/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.supabase {
2+
color: #59cf8c;
3+
}

src/integrations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Explore the sections below to get started quickly and learn more about GitHub an
1919
[:octicons-arrow-right-24: Git integration](../features/git-integration.md)
2020

2121

22-
- :simple-supabase:{ .lg .middle } **Supabase integration**
22+
- :simple-supabase:{ .lg .middle .supabase} **Supabase integration**
2323

2424
---
2525

src/integrations/supabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# :simple-supabase: Supabase Integration
1+
# :simple-supabase:{ .supabase} Supabase Integration
22

33
!!! warning "Supabase integration is in early beta"
44
We have made the new Supabase integration available to select users. It's still in early beta. If you are interested in joining the beta, please contact us.

0 commit comments

Comments
 (0)