Skip to content

Commit

Permalink
added missing css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ponds committed Nov 29, 2023
1 parent ae6c355 commit 70bef74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
9 changes: 3 additions & 6 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,16 @@
--background: rgba(9, 26, 40, 0.95);
--accent: #f1c40f;
--h2-color: #ffbe76;
/* --h4-color: #badc58; */
/* --h4-color: #fa983a; */
/* --h4-color: #82ccdd; */
--h4-color: #3498db;
--faint-orange-color: rgba(255, 190, 118, 0.2);
--codeBackgroundColor: rgba(9, 26, 40, 1);
/* --codeBackgroundColor: rgba(0, 0, 0, 0.4); */
--codeFontFamily: "JetBrainsMono";
/* --codeBoxBorderColor: rgba(60, 99, 130, 0.3); */
--codeTypeColor: #fff;
--textColor: white;
--faint-red-border: rgba(255, 121, 121, 0.7);
--red: #ff7979;
/* --borderColor: rgba(255,190,118, .2); */
--borderColor: rgba(255, 190, 118, 0.2);
--sidebarSublink: "#b4b4b4";
}

body:not(.ready) {
Expand Down
35 changes: 1 addition & 34 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,44 +53,11 @@
"/": "Search",
},
},
darklightTheme: {
defaultTheme: "dark",
dark: {
// accent: "#f1c40f",
// toogleBackground: "#ffffff",
// background: "#091a28",
// textColor: "#ffffff",
// codeTextColor: "#ffffff",
// codeBackgroundColor: "rgba(44,58,71,.2)",
// borderColor: "rgba(255,190,118, .2)",
// blockQuoteColor: "#858585",
// highlightColor: "#d22778",
// sidebarSublink: "#b4b4b4",
// codeTypeColor: "#ffffff",
// coverBackground:
// "linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)",
// toogleImage:
// "url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)",
},
light: {
// accent: "#f1c40f",
// toogleBackground: "#ffffff",
// background: "#091a28",
// textColor: "#ffffff",
// codeTextColor: "#ffffff",
// codeBackgroundColor: "rgba(44,58,71,.2)",
// borderColor: "rgba(255,190,118, .2)",
// blockQuoteColor: "#858585",
// highlightColor: "#d22778",
// sidebarSublink: "#b4b4b4",
// codeTypeColor: "#ffffff",
},
},
plugins: [
function (hook) {
var footer = [
'<footer style="text-align: center;margin-top: 50px;">',
"<span> Mage Studio &copy; 2021 </span>",
"<span> Mage Studio &copy; 2023 </span>",
"</footer>",
].join("");

Expand Down

0 comments on commit 70bef74

Please sign in to comment.