diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 14:19:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-27 14:19:20 -0500 |
| commit | e18afba89300979a1cabaf26a956903d737e3253 (patch) | |
| tree | 800e8f695d1ec4d3a8fe3ed312e5e00ae14df875 /src/stylesheets/Transparent-Style-101-Green.qss | |
| parent | 892a19bfc613bbc6d157eced8356314026febbac (diff) | |
| parent | 70e66802a2d46a1ffdac7528b134c9d7741a8797 (diff) | |
Merge pull request #907 from isanae/link-colors
Link colors
Diffstat (limited to 'src/stylesheets/Transparent-Style-101-Green.qss')
| -rw-r--r-- | src/stylesheets/Transparent-Style-101-Green.qss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stylesheets/Transparent-Style-101-Green.qss b/src/stylesheets/Transparent-Style-101-Green.qss index a4ed2623..3bbdb5db 100644 --- a/src/stylesheets/Transparent-Style-101-Green.qss +++ b/src/stylesheets/Transparent-Style-101-Green.qss @@ -485,6 +485,11 @@ QStatusBar::item {border: None;} font-family: Source Sans Pro; font-size: 14px; } + +LinkLabel { + qproperty-linkColor: #3399FF; +} + QAbstractItemView { color: #cccccc; font-family: Source Sans Pro; |
