diff options
| author | Larvan2 <[email protected]> | 2026-03-15 15:34:10 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2026-03-15 15:34:10 +0800 |
| commit | 7e7c5d4a79d944da50c69bad4ab1c5e366c58e7c (patch) | |
| tree | 531407e7ee0e2045270448f51532feebbe99d3f4 /src/components/Connections.css | |
| parent | 0e420859f5f7011ba124c965d8319bf3bf4c5fe3 (diff) | |
chore: adjust mobile style
Diffstat (limited to 'src/components/Connections.css')
| -rw-r--r-- | src/components/Connections.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Connections.css b/src/components/Connections.css index 43667a9..a7bec45 100644 --- a/src/components/Connections.css +++ b/src/components/Connections.css @@ -27,15 +27,15 @@ } .react-tabs__tab:hover { - opacity: 0.85; - background: var(--bg-near-transparent); + opacity: 1; + color: var(--color-focus-blue); + background: rgba(176, 206, 255, 0.221); } .react-tabs__tab--selected { opacity: 1; background: var(--color-focus-blue); color: white; - box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3); } .react-tabs__tab--selected:hover { |
