mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* fix #16885 * Fixup nimdoc for the CSS filter change * Use the same Nim devel versions * Revert "Use the same Nim devel versions" This reverts commit8559308f9b. * Revert "Fixup nimdoc for the CSS filter change" This reverts commit99ec00a4bd. * Fixup nimdoc.out.css Co-authored-by: zetashift <rishi2@laptop.localdomain>
This commit is contained in:
@@ -567,6 +567,7 @@ table.line-nums-table {
|
||||
.line-nums-table td.blob-line-nums pre {
|
||||
color: #b0b0b0;
|
||||
-webkit-filter: opacity(75%);
|
||||
filter: opacity(75%);
|
||||
text-align: right;
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
@@ -906,6 +907,7 @@ dt pre > span.Operator ~ span.Identifier, dt pre > span.Other ~ span.Identifier
|
||||
background-position: 0 0;
|
||||
background-size: 51px 14px;
|
||||
-webkit-filter: opacity(50%);
|
||||
filter: opacity(50%);
|
||||
background-repeat: no-repeat;
|
||||
background-image: var(--nim-sprite-base64);
|
||||
margin-bottom: 5px; }
|
||||
|
||||
@@ -567,6 +567,7 @@ table.line-nums-table {
|
||||
.line-nums-table td.blob-line-nums pre {
|
||||
color: #b0b0b0;
|
||||
-webkit-filter: opacity(75%);
|
||||
filter: opacity(75%);
|
||||
text-align: right;
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
@@ -906,6 +907,7 @@ dt pre > span.Operator ~ span.Identifier, dt pre > span.Other ~ span.Identifier
|
||||
background-position: 0 0;
|
||||
background-size: 51px 14px;
|
||||
-webkit-filter: opacity(50%);
|
||||
filter: opacity(50%);
|
||||
background-repeat: no-repeat;
|
||||
background-image: var(--nim-sprite-base64);
|
||||
margin-bottom: 5px; }
|
||||
|
||||
Reference in New Issue
Block a user