diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-26 16:01:28 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-26 16:01:28 +0200 |
| commit | 3de2a5872fd0481568e918a1ea798b3f75ace610 (patch) | |
| tree | 91d2e08c3f07bc0f866cfb22deecbc07afc78057 /public/assets/css/hootstream.css | |
| parent | 8fe5a1cf652fd4bd0b737bd18605a8d4c4028407 (diff) | |
update keyword hover colors
Diffstat (limited to 'public/assets/css/hootstream.css')
| -rw-r--r-- | public/assets/css/hootstream.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index efaa989..597c82f 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -53,6 +53,9 @@ transition: opacity 0.1s; font-size: 13px; } +#hootevents a.keywordLink:not(:hover) { + color: #77c; +} #hootevents .keywordLink:hover { text-decoration: none; opacity: 1; |
