mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix color inconsistences
This commit is contained in:
@@ -5691,7 +5691,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
.nautilus-window .linked:not(.vertical) > entry {
|
||||
border-radius: 10px; }
|
||||
.nautilus-window .linked:not(.vertical) > entry:focus {
|
||||
border-color: rgba(247, 185, 34, 0.6); }
|
||||
border-color: rgba(0, 114, 255, 0.6); }
|
||||
|
||||
.nautilus-circular-button {
|
||||
border-radius: 20px;
|
||||
|
||||
@@ -5716,7 +5716,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
.nautilus-window .linked:not(.vertical) > entry {
|
||||
border-radius: 10px; }
|
||||
.nautilus-window .linked:not(.vertical) > entry:focus {
|
||||
border-color: rgba(247, 185, 34, 0.6); }
|
||||
border-color: rgba(0, 114, 255, 0.6); }
|
||||
|
||||
.nautilus-circular-button {
|
||||
border-radius: 20px;
|
||||
|
||||
Reference in New Issue
Block a user