From 7ea558c7edf62029ef795b2ef637c7b10e659b20 Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 25 Jun 2025 17:14:03 -0400 Subject: [PATCH] tidy up css for styles --- app/views/docs/index.html.erb | 7 ++--- app/views/docs/show.html.erb | 53 ++++++++++++++++++++++++++--------- 2 files changed, 42 insertions(+), 18 deletions(-) diff --git a/app/views/docs/index.html.erb b/app/views/docs/index.html.erb index e715424..60b8bdf 100644 --- a/app/views/docs/index.html.erb +++ b/app/views/docs/index.html.erb @@ -140,8 +140,8 @@
- View all 77 supported editors -
+ View all 77 supported editors +
<% # All 77 editors - alphabetically sorted all_editors = [ @@ -168,7 +168,7 @@ ] %> <% all_editors.each do |name, slug| %> - " class="bg-dark rounded p-2 hover:bg-primary/10 transition-colors text-center block"> + " class="bg-darkless rounded p-2 hover:bg-primary/10 transition-colors text-center block"> <%= name %>
<%= name %>
@@ -186,6 +186,5 @@ - we'd love your help making them better!

-
diff --git a/app/views/docs/show.html.erb b/app/views/docs/show.html.erb index b1fd764..b92088c 100644 --- a/app/views/docs/show.html.erb +++ b/app/views/docs/show.html.erb @@ -54,25 +54,50 @@ <% end %> <% end %> -
+
<%= raw @rendered_content %>

Found an issue with this page? - - Edit it on GitHub - - we'd love your help making the docs better! + Edit it on GitHub - we'd love your help making the docs better!