mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-08 02:56:37 +00:00
deploy: 4190479458
This commit is contained in:
parent
a5e09cb23d
commit
3c48ac9846
1111 changed files with 54618 additions and 56414 deletions
|
@ -1,2 +1,2 @@
|
|||
@import "chroma-relearn-light.css?1729008755" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1729008755" screen and (prefers-color-scheme: dark);
|
||||
@import "chroma-relearn-light.css?1729780238" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1729780238" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "chroma-learn.css?1729008755" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-neon.css?1729008755" screen and (prefers-color-scheme: dark);
|
||||
@import "chroma-learn.css?1729780238" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-neon.css?1729780238" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "chroma-relearn-light.css?1729008755" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1729008755" screen and (prefers-color-scheme: dark);
|
||||
@import "chroma-relearn-light.css?1729780238" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1729780238" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "theme-relearn-light.css?1729008755";
|
||||
@import "chroma-relearn-light.css?1729008755";
|
||||
@import "theme-relearn-light.css?1729780238";
|
||||
@import "chroma-relearn-light.css?1729780238";
|
||||
|
||||
#R-sidebar {
|
||||
display: none;
|
||||
|
|
|
@ -1 +1 @@
|
|||
@import "format-print.css?1729008755";
|
||||
@import "format-print.css?1729780238";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* Styles to make Swagger-UI fit into our theme */
|
||||
|
||||
@import "fonts.css?1729008755";
|
||||
@import "variables.css?1729008755";
|
||||
@import "fonts.css?1729780238";
|
||||
@import "variables.css?1729780238";
|
||||
|
||||
body{
|
||||
line-height: 1.574;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "theme-relearn-light.css?1729008755" screen and (prefers-color-scheme: light);
|
||||
@import "theme-relearn-dark.css?1729008755" screen and (prefers-color-scheme: dark);
|
||||
@import "theme-relearn-light.css?1729780238" screen and (prefers-color-scheme: light);
|
||||
@import "theme-relearn-dark.css?1729780238" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "theme-learn.css?1729008755" screen and (prefers-color-scheme: light);
|
||||
@import "theme-neon.css?1729008755" screen and (prefers-color-scheme: dark);
|
||||
@import "theme-learn.css?1729780238" screen and (prefers-color-scheme: light);
|
||||
@import "theme-neon.css?1729780238" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "theme-zen-light.css?1729008755" screen and (prefers-color-scheme: light);
|
||||
@import "theme-zen-dark.css?1729008755" screen and (prefers-color-scheme: dark);
|
||||
@import "theme-zen-light.css?1729780238" screen and (prefers-color-scheme: light);
|
||||
@import "theme-zen-dark.css?1729780238" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "variables.css?1729008755";
|
||||
@import "variables.css?1729780238";
|
||||
|
||||
@charset "UTF-8";
|
||||
|
||||
|
@ -312,6 +312,14 @@ a:focus,
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
#R-sidebar .R-sidebarmenu > ul {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
#R-sidebar .R-sidebarmenu > .nav-title ~ ul {
|
||||
margin-top: .8rem;
|
||||
}
|
||||
|
||||
#R-sidebar ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
@ -2687,10 +2695,6 @@ body #R-logo svg * {
|
|||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
#R-topics {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
article .R-taxonomy ul,
|
||||
article .R-taxonomy li {
|
||||
list-style: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue