No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 429: Line 429:
   text-decoration: none;
   text-decoration: none;
   background: #5865F2;
   background: #5865F2;
  margin-bottom: 4px;
   color: #fff !important;
   color: #fff !important;
}
}
Line 992: Line 993:
}
}


#mw-panel a[href*="zulip.com"],
#mw-panel a[href*="zulip.consumerrights.wiki"]{
#mw-panel a[href="https://soon"] {
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
Line 1,006: Line 1,006:
}
}


#mw-panel a[href*="zulip.consumerrights.wiki"]::before,
#mw-panel a[href*="zulip.consumerrights.wiki"]::before{
#mw-panel a[href="https://soon"]::before {
   content: "";
   content: "";
   width: 18px;
   width: 18px;
Line 1,015: Line 1,014:
}
}


#mw-panel a[href*="zulip.com"]:hover,
#mw-panel a[href*="zulip.consumerrights.wiki"]:hover{
#mw-panel a[href="https://soon"]:hover {
   filter: brightness(0.95);
   filter: brightness(0.95);
}
}