Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Tag: Reverted
Line 790: Line 790:
     flex-direction: column;
     flex-direction: column;
   }
   }
}
.github-issues-badge {
  display: inline-block;
  background: #24292e;
  color: #ffffff;
  font-size: 12px;
  font-family: sans-serif;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 2px;
  text-decoration: none;
  white-space: nowrap;
}
.github-issues-badge a {
  color: inherit;
  text-decoration: none;
}
.gh-badge-label::before {
  content: "🐛 ";
  margin-right: 2px;
}
}