more laptop->desktop hyprland coexistence
This commit is contained in:
@@ -49,13 +49,13 @@ in
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: ${settings.nord.polarNight.nord0}f0
|
||||
background-color: ${settings.theme.nord.polarNight.nord0}f0
|
||||
}
|
||||
|
||||
button {
|
||||
margin: 8px;
|
||||
color: ${settings.nord.frost.nord7};
|
||||
background-color: ${settings.nord.polarNight.nord1};
|
||||
color: ${settings.theme.nord.frost.nord7};
|
||||
background-color: ${settings.theme.nord.polarNight.nord1};
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
background-repeat: no-repeat;
|
||||
@@ -66,8 +66,8 @@ in
|
||||
button:active,
|
||||
button:focus,
|
||||
button:hover {
|
||||
color: ${settings.nord.frost.nord8};
|
||||
background-color: ${settings.nord.polarNight.nord2};
|
||||
color: ${settings.theme.nord.frost.nord8};
|
||||
background-color: ${settings.theme.nord.polarNight.nord2};
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user