Skip to content

Commit 318cbe6

Browse files
committed
Update color scheme for dark mode and fix documentation typo
Signed-off-by: PixelRobots <22979170+PixelRobots@users.noreply.github.com>
1 parent 06cc8d7 commit 318cbe6

File tree

7 files changed

+12
-13
lines changed

7 files changed

+12
-13
lines changed

docs/_includes/nav_footer_custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="site-footer">
2-
<button class="btn js-toggle-dark-mode" style="bottom: 20px; left: 20px; padding: 10px; color: #11a9bb" dark</button>
2+
<button class="btn js-toggle-dark-mode" style="bottom: 20px; left: 20px; padding: 10px; color: #02baff" dark</button>
33
</div>
44

55
<script>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@import "./color_schemes/dark";
22

3-
$link-color: #11a9bb;
4-
$nav-child-link-color: #11a9bb;
3+
$link-color: #02baff;
4+
$nav-child-link-color: #02baff;

docs/_sass/custom/custom.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
a:not([class]) {
22
text-decoration: underline;
3-
text-decoration-color: #11a9bb;
3+
text-decoration-color: #02baff;
44
text-underline-offset: 2px;
55
}
66

77
a {
8-
color: #11a9bb;
8+
color: #02baff;
99
text-decoration: none;
1010
}
1111

1212
.nav-list .nav-list-item .nav-list-expander {
13-
color: #11a9bb;
13+
color: #02baff;
1414
}
1515

1616
.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander {
17-
color: #11a9bb;
17+
color: #02baff;
1818
}
1919

2020
.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link {
21-
color: #11a9bb;
21+
color: #02baff;
2222
}
2323

2424
.text-grey-dk-100 {
@@ -30,26 +30,26 @@ a {
3030
}
3131

3232
.icon {
33-
color: #11a9bb;
33+
color: #02baff;
3434
}
3535

3636
.btn:hover, .btn.zeroclipboard-is-hover {
37-
color: #11a9bb;
37+
color: #02baff;
3838
}
3939

4040
/* Base button style */
4141
button.js-toggle-dark-mode {
4242
padding: 10px;
4343
border: none;
4444
background-color: transparent; /* No background */
45-
color: #11a9bb; /* Initial text color */
45+
color: #02baff; /* Initial text color */
4646
cursor: pointer;
4747
transition: all 0.3s ease; /* Smooth transition */
4848
}
4949

5050
/* Focus (when clicked or focused with keyboard) */
5151
button.js-toggle-dark-mode:focus {
52-
outline: 2px solid #11a9bb; /* Outline color on click/focus */
52+
outline: 2px solid #02baff; /* Outline color on click/focus */
5353
background-color: rgba(17, 169, 187, 0.1); /* Slightly tinted background */
5454
}
5555

docs/assets/images/KubeTidy.png

-324 KB
Binary file not shown.
-200 KB
Loading

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ KubeTidy is a PowerShell tool that simplifies managing your Kubernetes `kubeconf
2222
- **List & Export Options**: List or export clusters and contexts without making changes.
2323
- **Dry Run Mode**: Simulate cleanup or merging operations to preview the results.
2424
- **Verbose Logging**: Get detailed logs for all operations using the `-Verbose` flag.
25-
folowing
2625

2726

2827
Check out our [Installation Guide](docs/installation) to get started or [Usage Documentation](docs/usage) to explore how you can use KubeTidy.

images/KubeTidy.png

121 KB
Loading

0 commit comments

Comments
 (0)