dynamize info banner background color + callour background color
This commit is contained in:
parent
ea0cb004aa
commit
bc2d238a05
18 changed files with 73 additions and 34 deletions
|
|
@ -43,8 +43,8 @@ a:not([disabled]):hover > .ticket svg,
|
|||
|
||||
.ticket:not(a[disabled] .ticket):hover svg path:not(.dot),
|
||||
a:not([disabled]):hover > .ticket svg path:not(.dot) {
|
||||
fill: var(--color-salmon);
|
||||
stroke: var(--color-salmon);
|
||||
fill: var(--color-season);
|
||||
stroke: var(--color-season);
|
||||
}
|
||||
a.to-blank:hover > .ticket svg path:not(.dot) {
|
||||
fill: #fff;
|
||||
|
|
@ -56,5 +56,5 @@ a:not([disabled]):hover > .ticket svg path.dot {
|
|||
fill: #fff;
|
||||
}
|
||||
a.to-blank:hover > .ticket svg path.dot {
|
||||
fill: var(--color-salmon);
|
||||
fill: var(--color-season);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue