fix #16885: nimdoc css warning (#16893)

* fix #16885

* Fixup nimdoc for the CSS filter change

* Use the same Nim devel versions

* Revert "Use the same Nim devel versions"

This reverts commit 8559308f9b.

* Revert "Fixup nimdoc for the CSS filter change"

This reverts commit 99ec00a4bd.

* Fixup nimdoc.out.css

Co-authored-by: zetashift <rishi2@laptop.localdomain>
This commit is contained in:
zetashift
2021-02-01 20:18:37 +01:00
committed by GitHub
parent 777888fdea
commit fa9dc31899
2 changed files with 4 additions and 0 deletions

View File

@@ -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; }

View File

@@ -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; }