feat(ags): follow the pywal16 docs on colors usage
This commit is contained in:
@ -10,11 +10,11 @@
|
||||
}
|
||||
|
||||
separator {
|
||||
background: $base00;
|
||||
background: $base01;
|
||||
}
|
||||
|
||||
popover>contents, calendar {
|
||||
background: $base0B;
|
||||
background: $base00;
|
||||
}
|
||||
|
||||
button, button:hover {
|
||||
@ -22,7 +22,7 @@ button, button:hover {
|
||||
}
|
||||
|
||||
popover modelbutton {
|
||||
&:hover, &:focus { background: $base0C; }
|
||||
&:hover, &:focus { background: $base01; }
|
||||
}
|
||||
|
||||
image {
|
||||
|
Reference in New Issue
Block a user