diff --git a/themes/hugo-theme-console/static/hugo-theme-console/css/console.css b/themes/hugo-theme-console/static/hugo-theme-console/css/console.css index 02f7869..c9a5ef7 100644 --- a/themes/hugo-theme-console/static/hugo-theme-console/css/console.css +++ b/themes/hugo-theme-console/static/hugo-theme-console/css/console.css @@ -53,6 +53,7 @@ --secondary-color: #a3abba; --tertiary-color: #a3abba; --primary-color: #62c4ff; + --link-color: #c9e9ff; --error-color: #ff3c74; --progress-bar-background: #3f3f44; --progress-bar-fill: #62c4ff; @@ -311,4 +312,4 @@ figure { margin-top: 50px; padding-top: 5px; } -} \ No newline at end of file +}