No edit summary
No edit summary
Line 360: Line 360:


/* Jake */
/* Jake */
#mw-panel a[href*="discord.gg"],
#mw-panel a[href*="discord.com/invite"]{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  background: #5865F2;
  color: #fff !important;
}
#mw-panel a[href*="discord.gg"]::before,
#mw-panel a[href*="discord.com/invite"]::before{
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: url("/w/Special:FilePath/Discord-white-icon.png") center / contain no-repeat;
}
#mw-panel a[href*="discord.gg"]:hover,
#mw-panel a[href*="discord.com/invite"]:hover{
  filter: brightness(0.95);
}
#mw-panel a[href="https://github.com"]{
  display: block;
}
#mw-panel a[href="https://github.com"]::after{
  content: "This extension is currently under development. Once complete,\00A0it will notify you when you're viewing a product,\00A0site,\00A0or\00A0service that has an article on our wiki.";
  display: block;
  margin-top: 4px;
  font-size: 0.85em;
  opacity: 0.7;
  font-weight: 400;
  line-height: 1.2;
}


#mw-panel a[href*="discord.gg"],
#mw-panel a[href*="discord.gg"],