Skip to content

Commit 446f2f0

Browse files
wip
1 parent a1f2a74 commit 446f2f0

File tree

4 files changed

+9
-1543
lines changed

4 files changed

+9
-1543
lines changed

docusaurus.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const config = {
3636
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
3737
({
3838
navbar: {
39-
hideableSidebar: true,
4039
items: [], // Remove all navbar items
4140
},
4241
footer: {

src/css/custom.css

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,14 @@
1-
@import url("./style.css");
2-
3-
4-
/* You can override the default Infima variables here also you can overwrite the styles. you must have to use !important to overwrite style. */
5-
6-
/* Fix anchor link scrolling to account for fixed header */
7-
h1[id],
8-
h2[id],
9-
h3[id],
10-
h4[id],
11-
h5[id],
12-
h6[id] {
13-
scroll-margin-top: 100px !important;
14-
}
15-
16-
/* Also add scroll margin to elements with anchor links */
17-
:target {
18-
scroll-margin-top: 100px !important;
19-
}
20-
21-
* {
1+
/* Base styles */
2+
html, body {
223
margin: 0;
234
padding: 0;
24-
box-sizing: border-box;
25-
}
26-
27-
body {
28-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
5+
min-height: 100vh;
296
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
7+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
308
color: #ffffff;
9+
}
10+
11+
.redirect-page {
3112
min-height: 100vh;
3213
display: flex;
3314
align-items: center;

0 commit comments

Comments
 (0)