You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-15 23:55:38 +03:00
Updates
This commit is contained in:
@@ -1,22 +1,78 @@
|
||||
:root {
|
||||
--light-hl-0: #AF00DB;
|
||||
--dark-hl-0: #C586C0;
|
||||
--light-hl-1: #000000;
|
||||
--dark-hl-1: #D4D4D4;
|
||||
--light-hl-2: #001080;
|
||||
--dark-hl-2: #9CDCFE;
|
||||
--light-hl-3: #A31515;
|
||||
--dark-hl-3: #CE9178;
|
||||
--light-hl-4: #795E26;
|
||||
--dark-hl-4: #DCDCAA;
|
||||
--light-hl-5: #098658;
|
||||
--dark-hl-5: #B5CEA8;
|
||||
--light-hl-6: #0000FF;
|
||||
--dark-hl-6: #569CD6;
|
||||
--light-hl-7: #0070C1;
|
||||
--dark-hl-7: #4FC1FF;
|
||||
--light-code-background: #FFFFFF;
|
||||
--dark-code-background: #1E1E1E;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) { :root {
|
||||
--hl-0: var(--light-hl-0);
|
||||
--hl-1: var(--light-hl-1);
|
||||
--hl-2: var(--light-hl-2);
|
||||
--hl-3: var(--light-hl-3);
|
||||
--hl-4: var(--light-hl-4);
|
||||
--hl-5: var(--light-hl-5);
|
||||
--hl-6: var(--light-hl-6);
|
||||
--hl-7: var(--light-hl-7);
|
||||
--code-background: var(--light-code-background);
|
||||
} }
|
||||
|
||||
@media (prefers-color-scheme: dark) { :root {
|
||||
--hl-0: var(--dark-hl-0);
|
||||
--hl-1: var(--dark-hl-1);
|
||||
--hl-2: var(--dark-hl-2);
|
||||
--hl-3: var(--dark-hl-3);
|
||||
--hl-4: var(--dark-hl-4);
|
||||
--hl-5: var(--dark-hl-5);
|
||||
--hl-6: var(--dark-hl-6);
|
||||
--hl-7: var(--dark-hl-7);
|
||||
--code-background: var(--dark-code-background);
|
||||
} }
|
||||
|
||||
:root[data-theme='light'] {
|
||||
--hl-0: var(--light-hl-0);
|
||||
--hl-1: var(--light-hl-1);
|
||||
--hl-2: var(--light-hl-2);
|
||||
--hl-3: var(--light-hl-3);
|
||||
--hl-4: var(--light-hl-4);
|
||||
--hl-5: var(--light-hl-5);
|
||||
--hl-6: var(--light-hl-6);
|
||||
--hl-7: var(--light-hl-7);
|
||||
--code-background: var(--light-code-background);
|
||||
}
|
||||
|
||||
:root[data-theme='dark'] {
|
||||
--hl-0: var(--dark-hl-0);
|
||||
--hl-1: var(--dark-hl-1);
|
||||
--hl-2: var(--dark-hl-2);
|
||||
--hl-3: var(--dark-hl-3);
|
||||
--hl-4: var(--dark-hl-4);
|
||||
--hl-5: var(--dark-hl-5);
|
||||
--hl-6: var(--dark-hl-6);
|
||||
--hl-7: var(--dark-hl-7);
|
||||
--code-background: var(--dark-code-background);
|
||||
}
|
||||
|
||||
.hl-0 { color: var(--hl-0); }
|
||||
.hl-1 { color: var(--hl-1); }
|
||||
.hl-2 { color: var(--hl-2); }
|
||||
.hl-3 { color: var(--hl-3); }
|
||||
.hl-4 { color: var(--hl-4); }
|
||||
.hl-5 { color: var(--hl-5); }
|
||||
.hl-6 { color: var(--hl-6); }
|
||||
.hl-7 { color: var(--hl-7); }
|
||||
pre, code { background: var(--code-background); }
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -248,35 +248,6 @@ dd {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
ul.tsd-descriptions > li > :first-child,
|
||||
.tsd-panel > :first-child,
|
||||
.col-8 > :first-child,
|
||||
.col-4 > :first-child,
|
||||
ul.tsd-descriptions > li > :first-child > :first-child,
|
||||
.tsd-panel > :first-child > :first-child,
|
||||
.col-8 > :first-child > :first-child,
|
||||
.col-4 > :first-child > :first-child,
|
||||
ul.tsd-descriptions > li > :first-child > :first-child > :first-child,
|
||||
.tsd-panel > :first-child > :first-child > :first-child,
|
||||
.col-8 > :first-child > :first-child > :first-child,
|
||||
.col-4 > :first-child > :first-child > :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
ul.tsd-descriptions > li > :last-child,
|
||||
.tsd-panel > :last-child,
|
||||
.col-8 > :last-child,
|
||||
.col-4 > :last-child,
|
||||
ul.tsd-descriptions > li > :last-child > :last-child,
|
||||
.tsd-panel > :last-child > :last-child,
|
||||
.col-8 > :last-child > :last-child,
|
||||
.col-4 > :last-child > :last-child,
|
||||
ul.tsd-descriptions > li > :last-child > :last-child > :last-child,
|
||||
.tsd-panel > :last-child > :last-child > :last-child,
|
||||
.col-8 > :last-child > :last-child > :last-child,
|
||||
.col-4 > :last-child > :last-child > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@keyframes fade-in {
|
||||
from {
|
||||
opacity: 0;
|
||||
@@ -971,7 +942,7 @@ a.tsd-index-link {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
.tsd-panel-group.tsd-index-group details {
|
||||
margin: 4rem 0;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
#tsd-search {
|
||||
@@ -1073,9 +1044,6 @@ a.tsd-index-link {
|
||||
font-size: 14px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.tsd-panel > .tsd-signature {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
.tsd-signature-symbol {
|
||||
color: var(--color-text-aside);
|
||||
@@ -1090,60 +1058,16 @@ a.tsd-index-link {
|
||||
.tsd-signatures {
|
||||
padding: 0;
|
||||
margin: 0 0 1em 0;
|
||||
border: 1px solid var(--color-accent);
|
||||
list-style-type: none;
|
||||
}
|
||||
.tsd-signatures .tsd-signature {
|
||||
margin: 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: var(--color-accent);
|
||||
border-width: 1px 0;
|
||||
transition: background-color 0.1s;
|
||||
}
|
||||
.tsd-signatures .tsd-signature:first-child {
|
||||
border-top-width: 0;
|
||||
}
|
||||
.tsd-signatures .tsd-signature.current {
|
||||
background-color: var(--color-background-secondary);
|
||||
}
|
||||
.tsd-signatures.active > .tsd-signature {
|
||||
cursor: pointer;
|
||||
}
|
||||
.tsd-panel > .tsd-signatures {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
.tsd-panel > a.anchor + .tsd-signatures {
|
||||
border-top-width: 0;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
ul.tsd-descriptions {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
ul.tsd-descriptions.active > .tsd-description {
|
||||
display: none;
|
||||
}
|
||||
ul.tsd-descriptions.active > .tsd-description.current {
|
||||
display: block;
|
||||
}
|
||||
ul.tsd-descriptions.active > .tsd-description.fade-in {
|
||||
animation: fade-in-delayed 0.3s;
|
||||
}
|
||||
ul.tsd-descriptions.active > .tsd-description.fade-out {
|
||||
animation: fade-out-delayed 0.3s;
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
ul.tsd-descriptions h4,
|
||||
ul.tsd-descriptions .tsd-index-panel h3,
|
||||
.tsd-index-panel ul.tsd-descriptions h3 {
|
||||
font-size: 16px;
|
||||
margin: 1em 0 0.5em 0;
|
||||
.tsd-description .tsd-signatures .tsd-signature {
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
ul.tsd-parameter-list,
|
||||
|
||||
Reference in New Issue
Block a user