diff options
author | Vitaly Takmazov | 2018-08-31 16:31:17 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 0a159353e551295826763cd5c6adb12082ea5782 (patch) | |
tree | 46a596c2d431cc1e87d7cead5cda5050252c1e5e /vnext/src/style/main.css | |
parent | 20af9a155fc022faf756744168e2668428ef65d4 (diff) |
update links style
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r-- | vnext/src/style/main.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 913572dc..ee3d1ec5 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -176,13 +176,11 @@ body > header { #ctitle a { padding: 14px; } -#global li:hover, +#global a:hover, #ctitle a:hover, .l a:hover { - background-color: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + color: #069; cursor: pointer; - transition: box-shadow 0.2s ease-in; } #search input { background: #FFF; |