mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
fix style in th
This commit is contained in:
parent
d5c5824c80
commit
ebdd9e8719
@ -196,6 +196,25 @@
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
pre {
|
||||
counter-reset: line;
|
||||
}
|
||||
pre span.line:before {
|
||||
counter-increment: line;
|
||||
content: counter(line);
|
||||
display: inline-block;
|
||||
padding-right: 1em;
|
||||
width: 2em;
|
||||
text-align: right;
|
||||
color: #999;
|
||||
}
|
||||
th pre code {
|
||||
background: none;
|
||||
}
|
||||
th span.line:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body{
|
||||
background:#121212;
|
||||
@ -274,19 +293,6 @@
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
counter-reset: line;
|
||||
}
|
||||
pre span.line:before {
|
||||
counter-increment: line;
|
||||
content: counter(line);
|
||||
display: inline-block;
|
||||
padding-right: 1em;
|
||||
width: 2em;
|
||||
text-align: right;
|
||||
color: #999;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user