diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-29 12:26:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 12:26:07 +0900 |
| commit | 2a73fd775779a771f8060e22d9ed2ebe1894c8f4 (patch) | |
| tree | a5175cbda99e0bb61bace7e811aee125699c7c8a /config/waybar/style/Rainbow Spectrum.css | |
| parent | d365d1e3238fea5408279025f2b404b0420b35de (diff) | |
| parent | 9434d00294fac4b891acc793aeda9cfe561b96c2 (diff) | |
Merge pull request #42 from JaKooLit/v2.1.11
V2.1.11
Diffstat (limited to 'config/waybar/style/Rainbow Spectrum.css')
| -rw-r--r-- | config/waybar/style/Rainbow Spectrum.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/waybar/style/Rainbow Spectrum.css b/config/waybar/style/Rainbow Spectrum.css index e0a03b13..67c6f2a3 100644 --- a/config/waybar/style/Rainbow Spectrum.css +++ b/config/waybar/style/Rainbow Spectrum.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Colorful */ +/* Rainbow Spectrum */ * { font-family: "JetBrainsMono Nerd Font"; @@ -170,8 +170,8 @@ tooltip label{ text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -179,8 +179,8 @@ tooltip label{ #workspaces button.active { background-color: #eba0ac; color: #3A3B3C; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -188,8 +188,8 @@ tooltip label{ #workspaces button:hover { background: #eb6f92; color: #f6c177; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } |
