mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-07-28 14:47:17 -07:00
fix ui
This commit is contained in:
+21
-14
@@ -5,12 +5,19 @@
|
||||
--sidebar-width: 300px;
|
||||
--sidebar-resize-indicator-width: 8px;
|
||||
--sidebar-resize-indicator-space: 2px;
|
||||
--page-padding: 15px;
|
||||
--content-max-width: 750px;
|
||||
--container-max-width: 1500px;
|
||||
--menu-bar-height: 64px;
|
||||
--page-padding: 20px;
|
||||
--content-max-width: 880px;
|
||||
--container-max-width: 1600px;
|
||||
--menu-bar-height: 52px;
|
||||
--footer-height: 75px;
|
||||
--body-font: "Open Sans", "Segoe UI", system-ui, sans-serif;
|
||||
--heading-font: "Open Sans", "Segoe UI", system-ui, sans-serif;
|
||||
--mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace;
|
||||
--bg-effect-primary: rgba(43, 121, 255, 0.10);
|
||||
--bg-effect-secondary: rgba(93, 167, 255, 0.08);
|
||||
--bg-effect-tertiary: rgba(43, 121, 255, 0.04);
|
||||
--grid-overlay-color: rgba(43, 121, 255, 0.035);
|
||||
--particle-color: #2b79ff;
|
||||
--code-font-size: 0.875em /* please adjust the ace font size accordingly in editor.js */
|
||||
}
|
||||
|
||||
@@ -18,7 +25,7 @@
|
||||
|
||||
.ayu {
|
||||
--bg: hsl(210, 25%, 8%);
|
||||
--fg: #c5c5c5;
|
||||
--fg: #a9a9a9;
|
||||
|
||||
--sidebar-bg: #14191f;
|
||||
--sidebar-fg: #c8c9db;
|
||||
@@ -67,7 +74,7 @@
|
||||
|
||||
.coal {
|
||||
--bg: hsl(200, 7%, 8%);
|
||||
--fg: #98a3ad;
|
||||
--fg: #7c8790;
|
||||
|
||||
--sidebar-bg: #292c2f;
|
||||
--sidebar-fg: #a1adb8;
|
||||
@@ -116,7 +123,7 @@
|
||||
|
||||
.light, html:not(.js) {
|
||||
--bg: hsl(0, 0%, 100%);
|
||||
--fg: hsl(0, 0%, 0%);
|
||||
--fg: hsl(0, 0%, 24%);
|
||||
|
||||
--sidebar-bg: #fafafa;
|
||||
--sidebar-fg: hsl(0, 0%, 0%);
|
||||
@@ -165,7 +172,7 @@
|
||||
|
||||
.navy {
|
||||
--bg: hsl(226, 23%, 11%);
|
||||
--fg: #bcbdd0;
|
||||
--fg: #9fa1ad;
|
||||
|
||||
--sidebar-bg: #282d3f;
|
||||
--sidebar-fg: #c8c9db;
|
||||
@@ -343,8 +350,8 @@
|
||||
--warning-border: #ff8e00;
|
||||
|
||||
--table-border-color: #2f2f2f;
|
||||
--table-header-bg: hsl(226, 23%, 31%);
|
||||
--table-alternate-bg: hsl(226, 23%, 14%);
|
||||
--table-header-bg: #2f2f2f;
|
||||
--table-alternate-bg: #222222;
|
||||
|
||||
--searchbar-border-color: #2f2f2f;
|
||||
--searchbar-bg: hsl(0, 0%, 11%);
|
||||
@@ -355,7 +362,7 @@
|
||||
--searchresults-li-bg: hsl(0, 0%, 11%);
|
||||
--search-mark-bg: #a2cff5;
|
||||
|
||||
--sponsor-fg: #cfcdcd;
|
||||
--sponsor-fg: var(--fg);
|
||||
|
||||
--color-scheme: dark;
|
||||
|
||||
@@ -429,7 +436,7 @@
|
||||
--warning-border: #ff8e00;
|
||||
|
||||
--table-border-color: hsl(0, 0%, 95%);
|
||||
--table-header-bg: hsl(0, 0%, 80%);
|
||||
--table-header-bg: hsl(0, 0%, 95%);
|
||||
--table-alternate-bg: hsl(0, 0%, 97%);
|
||||
|
||||
--searchbar-border-color: #aaa;
|
||||
@@ -441,7 +448,7 @@
|
||||
--searchresults-li-bg: #e4f2fe;
|
||||
--search-mark-bg: #a2cff5;
|
||||
|
||||
--sponsor-fg: #333333;
|
||||
--sponsor-fg: var(--fg);
|
||||
|
||||
--color-scheme: light;
|
||||
|
||||
@@ -481,4 +488,4 @@
|
||||
--mdbook-alerts-color-link: rgb(153 27 27) !important;
|
||||
--mdbook-alerts-color-link-hover: rgb(127 29 29) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user