mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed color for links
This commit is contained in:
parent
03fa9254e3
commit
8c9adba516
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue