Difference between revisions of "User:Sova/common.css"

From Larnitech wiki page
Jump to navigation Jump to search
Tag: Replaced
Line 1: Line 1:
/* тест: должна появиться красная рамка вокруг всех pre на странице */
+
.mw-highlight pre,
pre { outline: 3px solid red !important; }
+
.mw-highlight .linenums,
 +
.syntaxhighlight pre {
 +
  outline: 3px solid red !important;
 +
}

Revision as of 14:22, 7 November 2025

.mw-highlight pre,
.mw-highlight .linenums,
.syntaxhighlight pre {
  outline: 3px solid red !important;
}