You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ module.exports = {
99
99
},
100
100
announcementBar: {
101
101
id: "announcementBar_1",// Increment on change
102
-
content: ` If you like Keploy, give it a star ⭐️ on <a target="_blank" rel="noopener noreferrer" href="https://github.com/keploy/keploy">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/keployio">Twitter</a> ❤️ `,
102
+
content: `⭐️ If you like Keploy, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/keploy/keploy">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/keployio">Twitter</a> ❤️ `,
Copy file name to clipboardExpand all lines: src/css/custom.css
+25-27Lines changed: 25 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,19 @@
12
12
13
13
:root {
14
14
/* Hotfix: Changed primary color to black to resolve conflict with Docusaurus' default primary orange after disabling Tailwind preflight CSS. Added font size and line height adjustments to compensate for the removal of Tailwind preflight. */
15
-
15
+
16
16
/* --ifm-color-primary-lighter: #ffb575; */
17
-
font-size:18px;
17
+
font-size:18px;
18
18
line-height:1.6;
19
19
--ifm-color-primary:#000;
20
20
21
-
--ifm-color-primary-lighter:#FFF;
21
+
--ifm-color-primary-lighter:#fff;
22
22
--ifm-color-primary:#ff914d;
23
23
--ifm-color-primary-dark:#e67643;
24
24
--ifm-color-primary-darker:#c95919;
25
25
--ifm-color-primary-darkest:#be2c1b;
26
26
--ifm-color-primary-light:#ffd0a0;
27
-
27
+
28
28
--ifm-color-primary-lightest:#ffceb1;
29
29
--ifm-code-font-size:95%;
30
30
--doc-sidebar-width:275px!important;
@@ -37,11 +37,10 @@
37
37
38
38
html[data-theme="dark"] {
39
39
/* Hotfix: Changed 'ifm-color-primary-lighter' to white to resolve conflict with Docusaurus' default color after disabling Tailwind preflight CSS. */
40
-
41
40
42
41
/* --ifm-color-primary-lighter: #ffb575; */
43
-
--ifm-color-primary-lighter:#FFF;
44
-
42
+
--ifm-color-primary-lighter:#fff;
43
+
45
44
--ifm-color-primary:#ff914d;
46
45
--ifm-color-primary-dark:#e67643;
47
46
--ifm-color-primary-darker:#c95919;
@@ -112,7 +111,7 @@ html[data-theme="light"] {
112
111
}
113
112
114
113
/* Hotfix: Remove extra margin-bottom on community links subtext in the home page due to Tailwind preflight removal */
0 commit comments