202403211830
This commit is contained in:
parent
2f0ff0f30c
commit
4dd3baba38
2 changed files with 1349 additions and 1366 deletions
22
dist/dl/microbin.css
vendored
22
dist/dl/microbin.css
vendored
|
@ -6,8 +6,8 @@
|
||||||
--text-main: #363636;
|
--text-main: #363636;
|
||||||
--text-bright: #000;
|
--text-bright: #000;
|
||||||
--text-muted: #70777f;
|
--text-muted: #70777f;
|
||||||
--links: #2975D2;
|
--links: #fab387;
|
||||||
--focus: #2975D2;
|
--focus: #fab387;
|
||||||
--border: #dbdbdb;
|
--border: #dbdbdb;
|
||||||
--code: #000;
|
--code: #000;
|
||||||
--animation-duration: 0.1s;
|
--animation-duration: 0.1s;
|
||||||
|
@ -27,12 +27,12 @@
|
||||||
--background-body: #141b23;
|
--background-body: #141b23;
|
||||||
--background: #222f3a;
|
--background: #222f3a;
|
||||||
--background-alt: #1a242f;
|
--background-alt: #1a242f;
|
||||||
--selection: #1c76c5;
|
--selection: #fab387;
|
||||||
--text-main: #dbdbdb;
|
--text-main: #cdd6f4;
|
||||||
--text-bright: #fff;
|
--text-bright: #a6adc8;
|
||||||
--text-muted: #a9b1ba;
|
--text-muted: #bac2de;
|
||||||
--links: #2975D2;
|
--links: #fab387;
|
||||||
--focus: #2975D2;
|
--focus: #fab387;
|
||||||
--border: #526980;
|
--border: #526980;
|
||||||
--code: #ffbe85;
|
--code: #ffbe85;
|
||||||
--animation-duration: 0.1s;
|
--animation-duration: 0.1s;
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
--scrollbar-thumb: var(--button-hover);
|
--scrollbar-thumb: var(--button-hover);
|
||||||
--scrollbar-thumb-hover: #000;
|
--scrollbar-thumb-hover: #000;
|
||||||
--form-placeholder: #a9a9a9;
|
--form-placeholder: #a9a9a9;
|
||||||
--form-text: #fff;
|
--form-text: #cdd6f4;
|
||||||
--variable: #d941e2;
|
--variable: #d941e2;
|
||||||
--highlight: #efdb43;
|
--highlight: #efdb43;
|
||||||
--select-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='63' width='117' fill='%23efefef'%3E%3Cpath d='M115 2c-1-2-4-2-5 0L59 53 7 2a4 4 0 00-5 5l54 54 2 2 3-2 54-54c2-1 2-4 0-5z'/%3E%3C/svg%3E")
|
--select-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='63' width='117' fill='%23efefef'%3E%3Cpath d='M115 2c-1-2-4-2-5 0L59 53 7 2a4 4 0 00-5 5l54 54 2 2 3-2 54-54c2-1 2-4 0-5z'/%3E%3C/svg%3E")
|
||||||
|
@ -1186,12 +1186,12 @@ tbody tr:nth-child(2n) button:hover {
|
||||||
|
|
||||||
@media (prefers-color-scheme:dark) {
|
@media (prefers-color-scheme:dark) {
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
background-color: #1c76c5;
|
background-color: #fab387;
|
||||||
background-color: var(--selection)
|
background-color: var(--selection)
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background-color: #1c76c5;
|
background-color: #fab387;
|
||||||
background-color: var(--selection)
|
background-color: var(--selection)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue