diff --git a/_sass/_pages/_clients.scss b/_sass/_pages/_clients.scss index ccbff9b..7437aad 100644 --- a/_sass/_pages/_clients.scss +++ b/_sass/_pages/_clients.scss @@ -6,4 +6,10 @@ .post .list li > small { word-wrap: break-word; } +} + +.light-mode .page--clients { + .post .list li > a { + color: #005A9C; + } } \ No newline at end of file