From d53431efcd38869356981f057e79f291a6e62e44 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Mon, 1 Apr 2024 19:53:37 +0200 Subject: [PATCH] Fix horizontal line color --- assets/styles/sections/experiences.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/styles/sections/experiences.scss b/assets/styles/sections/experiences.scss index aae541b41..c4a60e862 100644 --- a/assets/styles/sections/experiences.scss +++ b/assets/styles/sections/experiences.scss @@ -49,6 +49,7 @@ } hr { border-top: 3px solid get-light-color('accent-color'); + opacity: 1; margin: 0; top: 17px; position: relative;