Advertisement
Guest User

Dark Mountain CSS Mod

a guest
Jan 29th, 2022
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. .tab.active {
  2.   background: linear-gradient(180deg, rgba(191, 215, 212, 1) 15%, rgba(0, 0, 0, 0) 45%);
  3.   box-shadow: 0 2px 2.5px 1.5px rgba(0, 0, 0, 0.45);
  4. }
  5.  
  6. .is-substack .tab.active {
  7.   box-shadow: none;
  8. }
  9.  
  10. .is-substack .tab:not(.active) {
  11.   background-color: rgba(25, 35, 35, 0.5)
  12. }
  13.  
  14. .is-substack .stack-counter {
  15.   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  16. }
  17.  
  18. .tab-strip {
  19.   background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement