This commit is contained in:
McShelby 2024-09-06 06:50:31 +00:00
parent ccd2c91f99
commit 9e98b6fda2
273 changed files with 6756 additions and 6716 deletions

View file

@ -1,2 +1,2 @@
@import "chroma-relearn-light.css?1725564383" screen and (prefers-color-scheme: light);
@import "chroma-relearn-dark.css?1725564383" screen and (prefers-color-scheme: dark);
@import "chroma-relearn-light.css?1725605423" screen and (prefers-color-scheme: light);
@import "chroma-relearn-dark.css?1725605423" screen and (prefers-color-scheme: dark);

View file

@ -1,2 +1,2 @@
@import "chroma-learn.css?1725564383" screen and (prefers-color-scheme: light);
@import "chroma-neon.css?1725564383" screen and (prefers-color-scheme: dark);
@import "chroma-learn.css?1725605423" screen and (prefers-color-scheme: light);
@import "chroma-neon.css?1725605423" screen and (prefers-color-scheme: dark);

View file

@ -1,2 +1,2 @@
@import "chroma-relearn-light.css?1725564383" screen and (prefers-color-scheme: light);
@import "chroma-relearn-dark.css?1725564383" screen and (prefers-color-scheme: dark);
@import "chroma-relearn-light.css?1725605423" screen and (prefers-color-scheme: light);
@import "chroma-relearn-dark.css?1725605423" screen and (prefers-color-scheme: dark);

View file

@ -1,5 +1,5 @@
@import "theme-relearn-light.css?1725564383";
@import "chroma-relearn-light.css?1725564383";
@import "theme-relearn-light.css?1725605423";
@import "chroma-relearn-light.css?1725605423";
#R-sidebar {
display: none;

View file

@ -1 +1 @@
@import "format-print.css?1725564383";
@import "format-print.css?1725605423";

View file

@ -1,7 +1,7 @@
/* Styles to make Swagger-UI fit into our theme */
@import "fonts.css?1725564383";
@import "variables.css?1725564383";
@import "fonts.css?1725605423";
@import "variables.css?1725605423";
body{
line-height: 1.574;

View file

@ -1,2 +1,2 @@
@import "theme-relearn-light.css?1725564383" screen and (prefers-color-scheme: light);
@import "theme-relearn-dark.css?1725564383" screen and (prefers-color-scheme: dark);
@import "theme-relearn-light.css?1725605423" screen and (prefers-color-scheme: light);
@import "theme-relearn-dark.css?1725605423" screen and (prefers-color-scheme: dark);

View file

@ -1,2 +1,2 @@
@import "theme-learn.css?1725564383" screen and (prefers-color-scheme: light);
@import "theme-neon.css?1725564383" screen and (prefers-color-scheme: dark);
@import "theme-learn.css?1725605423" screen and (prefers-color-scheme: light);
@import "theme-neon.css?1725605423" screen and (prefers-color-scheme: dark);

View file

@ -1,2 +1,2 @@
@import "theme-zen-light.css?1725564383" screen and (prefers-color-scheme: light);
@import "theme-zen-dark.css?1725564383" screen and (prefers-color-scheme: dark);
@import "theme-zen-light.css?1725605423" screen and (prefers-color-scheme: light);
@import "theme-zen-dark.css?1725605423" screen and (prefers-color-scheme: dark);

View file

@ -722,11 +722,11 @@ div.box > .box-content {
padding-right: 1rem;
}
/* remove margin if only a single code block is contained in the tab */
#R-body .box-content:has(> div.highlight:only-child){
#R-body .box-content:has(> div.highlight:only-of-type){
padding: 0;
}
/* remove border from a code block if single */
#R-body .box-content > div.highlight:only-child > pre{
#R-body .box-content > div.highlight:only-of-type > pre{
border: 0;
}

View file

@ -1,4 +1,4 @@
@import "variables.css?1725564383";
@import "variables.css?1725605423";
html {
color-scheme: only var(--INTERNAL-BROWSER-theme);