MediaWiki:Common.css: Skirtumas tarp puslapio versijų

nėra keitimo aprašymo
SNėra keitimo santraukos
Nėra keitimo santraukos
27 eilutė: 27 eilutė:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     font-family: 'JetBrains Mono', monospace !important;
     font-family: 'JetBrains Mono', monospace !important;
}
.mw-editsection {
  float: right;
  margin-left: 10px;
}
.mw-editsection-bracket {
  display: none;
}
.mw-editsection a {
  font-size: 0;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.mw-editsection a:hover {
  opacity: 1;
}
.mw-editsection a::before {
  content: "✏️";
  font-size: 14px;
}
}