You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by jo...@apache.org on 2023/06/16 19:01:39 UTC

[ctakes-website] branch main updated: changing link colors

This is an automated email from the ASF dual-hosted git repository.

johnsd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes-website.git


The following commit(s) were added to refs/heads/main by this push:
     new f26f30b  changing link colors
f26f30b is described below

commit f26f30beabf5f4639aa02a28f46386e90d02e097
Author: Johnsd11 <34...@users.noreply.github.com>
AuthorDate: Fri Jun 16 15:01:33 2023 -0400

    changing link colors
---
 assets/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/css/style.css b/assets/css/style.css
index e9c6f27..11b10d0 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -70,7 +70,7 @@
 .navigation li a {
   text-decoration: none; /* Remove underline */
   font-size: 1.2rem; /* Adjust the font size as needed */
-  color: #006994; /* Change the color to blue */
+  color: #192A51; /* Change the color to blue */
   font-family: "Arial", sans-serif;
 }