make url color blue
This commit is contained in:
parent
cfe2139524
commit
3f35bad846
|
@ -39,6 +39,7 @@ Theme {
|
||||||
property color separator: tenPercentWhite
|
property color separator: tenPercentWhite
|
||||||
property color textColor: white
|
property color textColor: white
|
||||||
property color textColorTertiary: blue
|
property color textColorTertiary: blue
|
||||||
|
property color linkColor: blue
|
||||||
property color currentUserTextColor: white
|
property color currentUserTextColor: white
|
||||||
property color secondaryBackground: "#353a4d"
|
property color secondaryBackground: "#353a4d"
|
||||||
property color inputBackground: darkGrey
|
property color inputBackground: darkGrey
|
||||||
|
|
|
@ -39,6 +39,7 @@ Theme {
|
||||||
property color separator: grey
|
property color separator: grey
|
||||||
property color textColor: black
|
property color textColor: black
|
||||||
property color textColorTertiary: blue
|
property color textColorTertiary: blue
|
||||||
|
property color linkColor: blue
|
||||||
property color currentUserTextColor: white
|
property color currentUserTextColor: white
|
||||||
property color secondaryBackground: lightBlue
|
property color secondaryBackground: lightBlue
|
||||||
property color inputBackground: grey
|
property color inputBackground: grey
|
||||||
|
|
|
@ -37,6 +37,7 @@ QtObject {
|
||||||
property color backgroundHoverLight
|
property color backgroundHoverLight
|
||||||
property color border
|
property color border
|
||||||
property color textColor
|
property color textColor
|
||||||
|
property color linkColor
|
||||||
property color secondaryText
|
property color secondaryText
|
||||||
property color currentUserTextColor
|
property color currentUserTextColor
|
||||||
property color secondaryBackground
|
property color secondaryBackground
|
||||||
|
|
|
@ -61,7 +61,7 @@ QtObject {
|
||||||
`line-height: 22px;` +
|
`line-height: 22px;` +
|
||||||
`}` +
|
`}` +
|
||||||
`a {` +
|
`a {` +
|
||||||
`color: ${isCurrentUser && !useCompactMode ? Style.current.white : Style.current.textColor};` +
|
`color: ${Style.current.linkColor};` +
|
||||||
`}` +
|
`}` +
|
||||||
`a.mention {` +
|
`a.mention {` +
|
||||||
`color: ${Style.current.mentionColor};` +
|
`color: ${Style.current.mentionColor};` +
|
||||||
|
|
Loading…
Reference in New Issue