mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-01 15:46:38 +00:00
deploy: 5d7bdfcb33
This commit is contained in:
parent
401811db99
commit
d68fbe1c5e
277 changed files with 6946 additions and 6928 deletions
|
@ -1,2 +1,2 @@
|
|||
@import "chroma-relearn-light.css?1725824620" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1725824620" screen and (prefers-color-scheme: dark);
|
||||
@import "chroma-relearn-light.css?1726081345" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1726081345" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "chroma-learn.css?1725824620" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-neon.css?1725824620" screen and (prefers-color-scheme: dark);
|
||||
@import "chroma-learn.css?1726081345" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-neon.css?1726081345" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "chroma-relearn-light.css?1725824620" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1725824620" screen and (prefers-color-scheme: dark);
|
||||
@import "chroma-relearn-light.css?1726081345" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1726081345" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "theme-relearn-light.css?1725824620";
|
||||
@import "chroma-relearn-light.css?1725824620";
|
||||
@import "theme-relearn-light.css?1726081345";
|
||||
@import "chroma-relearn-light.css?1726081345";
|
||||
|
||||
#R-sidebar {
|
||||
display: none;
|
||||
|
|
|
@ -1 +1 @@
|
|||
@import "format-print.css?1725824620";
|
||||
@import "format-print.css?1726081345";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* Styles to make Swagger-UI fit into our theme */
|
||||
|
||||
@import "fonts.css?1725824620";
|
||||
@import "variables.css?1725824620";
|
||||
@import "fonts.css?1726081345";
|
||||
@import "variables.css?1726081345";
|
||||
|
||||
body{
|
||||
line-height: 1.574;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "theme-relearn-light.css?1725824620" screen and (prefers-color-scheme: light);
|
||||
@import "theme-relearn-dark.css?1725824620" screen and (prefers-color-scheme: dark);
|
||||
@import "theme-relearn-light.css?1726081345" screen and (prefers-color-scheme: light);
|
||||
@import "theme-relearn-dark.css?1726081345" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "theme-learn.css?1725824620" screen and (prefers-color-scheme: light);
|
||||
@import "theme-neon.css?1725824620" screen and (prefers-color-scheme: dark);
|
||||
@import "theme-learn.css?1726081345" screen and (prefers-color-scheme: light);
|
||||
@import "theme-neon.css?1726081345" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "theme-zen-light.css?1725824620" screen and (prefers-color-scheme: light);
|
||||
@import "theme-zen-dark.css?1725824620" screen and (prefers-color-scheme: dark);
|
||||
@import "theme-zen-light.css?1726081345" screen and (prefers-color-scheme: light);
|
||||
@import "theme-zen-dark.css?1726081345" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -722,11 +722,13 @@ 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-of-type){
|
||||
#R-body .box-content:not(:has(> p)):has(> div[class*="highlight"]:only-of-type),
|
||||
#R-body .box-content:has(> p:empty):has(> div[class*="highlight"]:only-of-type){
|
||||
padding: 0;
|
||||
}
|
||||
/* remove border from a code block if single */
|
||||
#R-body .box-content > div.highlight:only-of-type > pre{
|
||||
#R-body .box-content:not(:has(> p)) > div[class*="highlight"]:only-of-type > pre,
|
||||
#R-body .box-content:has(> p:empty) > div[class*="highlight"]:only-of-type > pre{
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "variables.css?1725824620";
|
||||
@import "variables.css?1726081345";
|
||||
|
||||
html {
|
||||
color-scheme: only var(--INTERNAL-BROWSER-theme);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue