202403211830

This commit is contained in:
nelle 2024-03-21 18:30:55 -06:00
parent 2f0ff0f30c
commit 4dd3baba38
2 changed files with 1349 additions and 1366 deletions

22
dist/dl/microbin.css vendored
View file

@ -6,8 +6,8 @@
--text-main: #363636;
--text-bright: #000;
--text-muted: #70777f;
--links: #2975D2;
--focus: #2975D2;
--links: #fab387;
--focus: #fab387;
--border: #dbdbdb;
--code: #000;
--animation-duration: 0.1s;
@ -27,12 +27,12 @@
--background-body: #141b23;
--background: #222f3a;
--background-alt: #1a242f;
--selection: #1c76c5;
--text-main: #dbdbdb;
--text-bright: #fff;
--text-muted: #a9b1ba;
--links: #2975D2;
--focus: #2975D2;
--selection: #fab387;
--text-main: #cdd6f4;
--text-bright: #a6adc8;
--text-muted: #bac2de;
--links: #fab387;
--focus: #fab387;
--border: #526980;
--code: #ffbe85;
--animation-duration: 0.1s;
@ -41,7 +41,7 @@
--scrollbar-thumb: var(--button-hover);
--scrollbar-thumb-hover: #000;
--form-placeholder: #a9a9a9;
--form-text: #fff;
--form-text: #cdd6f4;
--variable: #d941e2;
--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")
@ -1186,12 +1186,12 @@ tbody tr:nth-child(2n) button:hover {
@media (prefers-color-scheme:dark) {
::-moz-selection {
background-color: #1c76c5;
background-color: #fab387;
background-color: var(--selection)
}
::selection {
background-color: #1c76c5;
background-color: #fab387;
background-color: var(--selection)
}
}

File diff suppressed because it is too large Load diff