some nicer accents for dark mode

This commit is contained in:
koehr 2020-11-27 01:55:28 +01:00
parent 868952e03b
commit f718ddd627
11 changed files with 594 additions and 570 deletions

View file

@ -0,0 +1,2 @@
export{G as goto,H as prefetch,I as prefetchRoutes,J as start}from"./navigation-4e20adc5.js";
//# sourceMappingURL=entry-d26b66f2.js.map

View file

@ -0,0 +1 @@
{"version":3,"file":"entry-d26b66f2.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}

View file

@ -1 +0,0 @@
{"version":3,"file":"index-dbc182e1.css","sources":["","",""],"sourcesContent":["","",""],"names":[],"mappings":";;"}

View file

@ -1,4 +1,4 @@
#main-footer.svelte-12uobvg{border-top:1px solid lightgrey;margin:3rem auto 0;font-size:85%}/*# sourceMappingURL=MainFooter.css.map */
#info-toggle.svelte-nu5fg0.svelte-nu5fg0.svelte-nu5fg0{display:none}#info-toggle.svelte-nu5fg0~label.svelte-nu5fg0.svelte-nu5fg0{text-align:center}#info-toggle.svelte-nu5fg0~label.svelte-nu5fg0>.info-close.svelte-nu5fg0{display:none}#info-toggle.svelte-nu5fg0:checked~label.svelte-nu5fg0>.info-close.svelte-nu5fg0{display:inline}#info-toggle.svelte-nu5fg0:checked~label.svelte-nu5fg0>.info-text.svelte-nu5fg0{display:none}#info-popup.svelte-nu5fg0.svelte-nu5fg0.svelte-nu5fg0{display:none;position:absolute;top:2.5em;left:-1em;width:calc(720px - 2em - 6px);max-width:calc(100vw - 2em - 6px);padding:0 1em;background:#FFF;border:3px solid #DDD}#info-toggle.svelte-nu5fg0:checked~#info-popup.svelte-nu5fg0.svelte-nu5fg0{display:block}@media(prefers-color-scheme: dark){#info-popup.svelte-nu5fg0.svelte-nu5fg0.svelte-nu5fg0{background:#000;border-color:#444}}/*# sourceMappingURL=InfoPopup.css.map */
.entry.svelte-4f3clh.svelte-4f3clh{display:flex;flex-flow:row nowrap;justify-content:space-between;padding:.5em .5em 0;height:2em;line-height:2em;font-size:1.3em}.entry.svelte-4f3clh>.url.svelte-4f3clh{flex:1 1 auto;width:60%;overflow:hidden;text-overflow:ellipsis}.entry.svelte-4f3clh>.size.svelte-4f3clh,.entry.svelte-4f3clh>.ratio.svelte-4f3clh{flex:0 0 auto;width:20%;text-align:right}.entry-size-bar.svelte-4f3clh.svelte-4f3clh,.entry-ratio-bar.svelte-4f3clh.svelte-4f3clh{height:0;margin-bottom:2px;border-bottom:2px solid}.entry-size-bar.highlighted.svelte-4f3clh.svelte-4f3clh,.entry-ratio-bar.highlighted.svelte-4f3clh.svelte-4f3clh{border-bottom-width:4px}.entry-size-bar.svelte-4f3clh.svelte-4f3clh{border-bottom-color:#966;width:calc(var(--size)/250 * 100%)}.entry-ratio-bar.svelte-4f3clh.svelte-4f3clh{border-bottom-color:#669;width:var(--ratio)}/*# sourceMappingURL=PageList.css.map */
/*# sourceMappingURL=index-dbc182e1.css.map */
.entry.svelte-2ysuep.svelte-2ysuep{display:flex;flex-flow:row nowrap;justify-content:space-between;padding:.5em .5em 0;height:2em;line-height:2em;font-size:1.3em}.entry.svelte-2ysuep>.url.svelte-2ysuep{flex:1 1 auto;width:60%;overflow:hidden;text-overflow:ellipsis}.entry.svelte-2ysuep>.size.svelte-2ysuep,.entry.svelte-2ysuep>.ratio.svelte-2ysuep{flex:0 0 auto;width:20%;text-align:right}.entry-size-bar.svelte-2ysuep.svelte-2ysuep,.entry-ratio-bar.svelte-2ysuep.svelte-2ysuep{height:0;margin-bottom:2px;border-bottom:2px solid}.entry-size-bar.highlighted.svelte-2ysuep.svelte-2ysuep,.entry-ratio-bar.highlighted.svelte-2ysuep.svelte-2ysuep{border-bottom-width:4px}.entry-size-bar.svelte-2ysuep.svelte-2ysuep{border-bottom-color:#E44;width:calc(var(--size)/250 * 100%)}.entry-ratio-bar.svelte-2ysuep.svelte-2ysuep{border-bottom-color:#56B;width:var(--ratio)}/*# sourceMappingURL=PageList.css.map */
/*# sourceMappingURL=index-edfdf87b.css.map */

View file

@ -0,0 +1 @@
{"version":3,"file":"index-edfdf87b.css","sources":["","",""],"sourcesContent":["","",""],"names":[],"mappings":";;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -85,11 +85,11 @@
border-bottom-width: 4px;
}
.entry-size-bar {
border-bottom-color: #966;
border-bottom-color: #E44;
width: calc(var(--size)/250 * 100%);
}
.entry-ratio-bar {
border-bottom-color: #669;
border-bottom-color: #56B;
width: var(--ratio);
}
</style>