diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 355224a..53be267 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -140,6 +140,9 @@ a { :link { color: black; } +:visited { + color: black; } + /*partials*/ header { display: block; diff --git a/web/themes/custom/reha/scss/global/_reset.scss b/web/themes/custom/reha/scss/global/_reset.scss index 6a2b233..260031f 100644 --- a/web/themes/custom/reha/scss/global/_reset.scss +++ b/web/themes/custom/reha/scss/global/_reset.scss @@ -8,3 +8,6 @@ a{ color: black; } +:visited{ + color: black; +} \ No newline at end of file