diff options
author | Ivan Ljubisavljevic <ivan996sk@gmail.com> | 2022-04-30 00:45:38 +0200 |
---|---|---|
committer | Ivan Ljubisavljevic <ivan996sk@gmail.com> | 2022-04-30 00:45:38 +0200 |
commit | 1c723f051d723a743718f11c69e39b7913235bb7 (patch) | |
tree | 2987fcc40a9e79d3b0ee1c59531fd1c8126c46d4 /frontend/src/styles/theme.css | |
parent | 46502957863f8366232b63738f40fd4df4e995fa (diff) | |
parent | 7257f187324a59864d7db29c72fdb63f12900f40 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
# Conflicts:
# frontend/src/app/_elements/folder/folder.component.html
# frontend/src/app/_elements/folder/folder.component.ts
Diffstat (limited to 'frontend/src/styles/theme.css')
-rw-r--r-- | frontend/src/styles/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/styles/theme.css b/frontend/src/styles/theme.css index a76f4714..ee7a2e61 100644 --- a/frontend/src/styles/theme.css +++ b/frontend/src/styles/theme.css @@ -54,11 +54,11 @@ a { .bubble { background-position: center; - transition: background 0.8s; + transition: background 0.2s; } .bubble:hover { - background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%; + background: var(--ns-primary-50) radial-gradient(circle, transparent 1%, var(--ns-accent) 1%) center/15000%; } .bubble:active { |