Skip to content

Commit

Permalink
A few tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuc1eoN committed Feb 10, 2022
1 parent 258cffd commit e4b8504
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/Howtos/Manual-Compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ With very few exceptions, the work of creating a recipe is rewarded by the ease
of using [Compile]({{<ref "Compile" >}})._

{{% notice note %}} If you use a local tarball, be sure to have the tarball
placed at /Data/Compile/Archives. Also make sure you know whether you have a
placed at `/Data/Compile/Archives`. Also make sure you know whether you have a
recipe locally or not, if you ie do not have access to the www on that machine.
{{% /notice %}}

Expand Down
4 changes: 4 additions & 0 deletions static/css/theme-gobolinux-light.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
ATTENTION: This "light" theme variant is currently unmaintained!
*/

:root {
--MAIN-TEXT-color: #323232; /* Color of text by default */
--MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5-h6 */
Expand Down
16 changes: 11 additions & 5 deletions static/css/theme-gobolinux.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--MENU-HOME-LINK-color: unset; /* Color of the home button text */
--MENU-HOME-LINK-HOVER-color: unset; /* Color of the hovered home button text */

--MENU-HEADER-BG-color: unset; /* Background color of menu header */
--MENU-HEADER-BG-color: unset; /* Background color of menu header (NOTE: We use --MENU-HEADER-BG instead) */
--MENU-HEADER-BORDER-color: unset; /*Color of menu header border */

--MENU-SEARCH-BG-color: #167ad0; /* Search field background color (by default borders + icons) */
Expand All @@ -39,17 +39,18 @@
#8000ffb3 0%,
#00bcf4b3 75%,
#00ff5ab3 100%
); /* Background color of side bar */
);
/* Background color of side bar */
--MAIN-BG-color: #202020; /* Background color of main content */
--MAIN-H1-color: #0060f3; /* Color of h1 headlines */
--MAIN-H2-color: #f300b2; /* Color of h2 headlines */
--MAIN-H3-color: #00f3d3; /* Color of h3 headlines */
--MAIN-H4-color: #ffffff; /* Color of h4 headlines */
--MAIN-H5-color: #ffffff; /* Color of h5 headlines */
--MAIN-H6-color: #ffffff; /* Color of h6 headlines */
--MAIN-INLINECODE-color: #00f3d3; /* Color for inline code (code enclosed in single backticks` */
--MAIN-INLINECODE-BG-color: #2d2e33a8; /* Background inline code */
--MAIN-INLINECODE-BORDER-color: unset; /* Border color of inline code (Note: borders disabled by default) */
--MAIN-INLINECODE-color: #00f3d3; /* Color of inline code (code enclosed in `single backticks`) */
--MAIN-INLINECODE-BG-color: #2d2e33a8; /* Background color of inline code */
--MAIN-INLINECODE-BORDER-color: unset; /* Border color of inline code (NOTE: We disabled borders by default) */
--NAV-TOPBAR-BG-color: #2a2a2a; /* Background color of the navigation header/top bar */
--FOOTER-TEXT-color: #fff; /* Footer text color. The one holding the copyright disclaimer. */
}
Expand Down Expand Up @@ -79,6 +80,10 @@ div.notices.info {
color: #0094ff;
}

.notices pre {
background-color:#141414 !important;
}

/* General */
html {
font-size: 20px;
Expand Down Expand Up @@ -145,6 +150,7 @@ pre code {
white-space: pre;
}


code {
font-family: "Fira Code";
color: var(--MAIN-INLINECODE-color);
Expand Down

0 comments on commit e4b8504

Please sign in to comment.