|
531 | 531 | width: 44px; |
532 | 532 | height: 44px; |
533 | 533 | border-radius: 50%; |
534 | | - background: var(--gold-12); |
| 534 | + background: rgba(196,160,96,.08); |
535 | 535 | } |
536 | 536 | .rd-controls.rd-reading-active .rd-ctrl-btn.rd-ctrl-play, |
537 | 537 | .rd-controls[data-active="true"] .rd-ctrl-btn.rd-ctrl-play, |
538 | 538 | .rd-ctrl-btn.rd-ctrl-play[data-active="true"] { |
539 | | - background-color: rgba(196,160,96,.06); |
540 | | - background-image: none; |
| 539 | + background: rgba(196,160,96,.06); |
541 | 540 | } |
542 | 541 | .rd-ctrl-play:hover { |
543 | | - background: var(--gold-16); |
| 542 | + background: rgba(196,160,96,.10); |
544 | 543 | } |
545 | 544 | .rd-controls.rd-reading-active .rd-ctrl-btn.rd-ctrl-play:hover, |
546 | 545 | .rd-controls[data-active="true"] .rd-ctrl-btn.rd-ctrl-play:hover, |
547 | 546 | .rd-ctrl-btn.rd-ctrl-play[data-active="true"]:hover { |
548 | | - background-color: rgba(196,160,96,.08); |
549 | | - background-image: none; |
| 547 | + background: rgba(196,160,96,.08); |
550 | 548 | } |
551 | 549 | #tp-play-btn[data-active="true"] { |
552 | | - background-color: rgba(196,160,96,.06); |
553 | | - background-image: none; |
| 550 | + background: rgba(196,160,96,.06); |
554 | 551 | } |
555 | 552 |
|
556 | 553 | #tp-play-btn[data-active="true"]:hover { |
557 | | - background-color: rgba(196,160,96,.08); |
558 | | - background-image: none; |
| 554 | + background: rgba(196,160,96,.08); |
559 | 555 | } |
560 | 556 |
|
561 | 557 | .rd-ctrl-label { |
|
0 commit comments