summary refs log tree commit diff stats
path: root/doc/nimdoc.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/nimdoc.css')
-rw-r--r--doc/nimdoc.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/nimdoc.css b/doc/nimdoc.css
index 7d4a399e1..c7523bddb 100644
--- a/doc/nimdoc.css
+++ b/doc/nimdoc.css
@@ -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; }