From 2f88ad124d59d448f5d3debfeb835b4f60abce37 Mon Sep 17 00:00:00 2001 From: claude Date: Wed, 10 Jun 2026 07:05:08 +0000 Subject: [PATCH] ui: correct LaTeX badge to Overleaf button green #098842 Co-Authored-By: Claude Sonnet 4.6 --- services/web/frontend/stylesheets/pages/project-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/pages/project-list.scss b/services/web/frontend/stylesheets/pages/project-list.scss index 98d1580590..dc4c58594a 100644 --- a/services/web/frontend/stylesheets/pages/project-list.scss +++ b/services/web/frontend/stylesheets/pages/project-list.scss @@ -415,7 +415,7 @@ ul.project-list-filters { } &.project-format-badge-latex { - background-color: #13c965; // Overleaf brand green + background-color: #098842; // Overleaf brand green } }