From eca5681255742e8d5e2afbd0d36a59a6f213c4d9 Mon Sep 17 00:00:00 2001
From: Tomas Lovato <tomas.lovato@cmcc.it>
Date: Thu, 23 Feb 2023 11:37:29 +0100
Subject: [PATCH] fix bugs in cite page

---
 source/_static/style.css | 1 +
 source/cite.rst          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/source/_static/style.css b/source/_static/style.css
index bc8c6e7..f7652b1 100644
--- a/source/_static/style.css
+++ b/source/_static/style.css
@@ -1,5 +1,6 @@
 .blue            { color: blue    ; }
 .grey , .greysup { color: grey    ; }
 .green           { color: seagreen; }
+.pisces          { color: coral   ; }
 
 .logo { filter: invert(1) !important; }
diff --git a/source/cite.rst b/source/cite.rst
index 136a96d..bfc1c71 100644
--- a/source/cite.rst
+++ b/source/cite.rst
@@ -49,6 +49,6 @@ How to cite: Reference manuals
 	      
 |NEMO-PISCES|
    :title:`Biogeochemical model`,	   
-   :doc:`Documentation <https://www.pisces-community.org/index.php/model-description/>`_
+   `Pisces community documentation page <https://www.pisces-community.org/index.php/model-description/>`_
 
    
-- 
GitLab