Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* A guide on how to use this mod: https://forum.vivaldi.net/topic/10549/modding-vivaldi */
- .tab.active {
- background: linear-gradient(180deg, #28574d 15%, rgba(0, 0, 0, 0) 100%);
- box-shadow: 0 5px 2.5px 1.5px rgba(0, 0, 0, 0.45);
- }
- .is-substack .tab.active {
- box-shadow: none;
- }
- .is-substack .tab:not(.active) {
- background-color: rgba(25, 35, 35, 0.5);
- }
- .is-substack .stack-counter {
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement