diff --git a/docs/_static/style.css b/docs/_static/style.css
index ca785ff3c5af458022c6a48edd3d319e3dfe51fb..b7bcf22081103d49c244cb21ec94d62a82223f58 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -47,7 +47,7 @@ html[data-theme="light"] {
 
 html[data-theme="light"], html[data-theme="dark"] {
 	--pst-color-background: var(--color-background-primary);
-	--pst-color-primary: #ffae57;
+	--pst-color-primary: #5ca904;
 }
 
 
@@ -90,4 +90,4 @@ div.literal-block-wrapper, pre {
 
 #navbar-icon-links a {
 	padding-top: .2rem;
-}
\ No newline at end of file
+}