Fixed color for links

This commit is contained in:
Bogdan 2023-08-09 18:35:26 +03:00
parent 03fa9254e3
commit 8c9adba516

View file

@ -37,8 +37,8 @@ module.exports = {
// Links
defaultLinkHoverColor: '#fff',
linkColor: '#rgb(230, 96, 0)',
linkHoverColor: '#rgb(230, 96, 0, .8)',
linkColor: '#5d9cec',
linkHoverColor: '#5d9cec',
// Header
pageHeaderBackgroundColor: '#2a2a2a',