Skip to content

Commit 08c2b35

Browse files
committed
style: update backgroud color and link
1 parent 8efa291 commit 08c2b35

File tree

4 files changed

+30
-12
lines changed

4 files changed

+30
-12
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Select the method that best fits your development workflow:
1818

1919
**Perfect for:** CI/CD pipelines, automated PRs, team collaboration
2020

21-
[Get started with GitHub Actions →](https://commit-check.github.io/commit-check-action/){ .md-button .md-button--primary }
21+
[Get started with GitHub Actions →](https://github.com/commit-check/commit-check-action){ .md-button .md-button--primary }
2222

2323
- :material-git: **Pre-commit Hooks**
2424

@@ -28,7 +28,7 @@ Select the method that best fits your development workflow:
2828

2929
**Perfect for:** Local development, enforcing commit standards before commits
3030

31-
[Get started with pre-commit →](https://github.com/commit-check/commit-check){ .md-button .md-button--primary }
31+
[Get started with pre-commit →](https://commit-check.github.io/commit-check/example.html#running-as-pre-commit-hook){ .md-button .md-button--primary }
3232

3333
- :fontawesome-brands-python: **Command Line**
3434

docs/overrides/home.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
<div class="hero">
55
<h1 id="cc-linting-that-simply-works">Commit Check that simply works</h1>
66
<p>
7-
<strong>Check commit in your development workflow</strong>
7+
Streamline your workflow with automated validation for commits, branches, and beyond.</strong>
88
<br>
9-
- automated, configurable, and reliable.
109
<br>
10+
Automated • Configurable • Reliable
1111
<br>
12-
Integrate seamlessly into any development workflow in minutes.
1312
</p>
1413
<p>
1514
<a class="md-button md-button--primary" href="getting-started/">

docs/stylesheets/extra.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ th {
77
--commit-check-logo-color-yellow: #ffffff;
88
}
99

10+
/* Custom theme colors to match commit-check branding */
11+
:root {
12+
--md-primary-fg-color: #009485;
13+
--md-primary-fg-color--light: #00a893;
14+
--md-primary-fg-color--dark: #008077;
15+
}
16+
17+
[data-md-color-scheme="default"] {
18+
--md-primary-fg-color: #009485;
19+
--md-primary-fg-color--light: #00a893;
20+
--md-primary-fg-color--dark: #008077;
21+
}
22+
23+
[data-md-color-scheme="slate"] {
24+
--md-primary-fg-color: #009485;
25+
--md-primary-fg-color--light: #00a893;
26+
--md-primary-fg-color--dark: #008077;
27+
}
28+
1029
/* Hero section styling */
1130
.hero {
1231
text-align: center;

mkdocs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: "commit-check"
2-
site_description: "Documentation for the commit-check organization."
2+
site_description: "Automated, configurable, and reliable commit validation for professional development workflows."
33
site_url: "https://commit-check.github.io/"
44
repo_url: https://github.com/commit-check
55
repo_name: "commit-check"
@@ -29,26 +29,26 @@ theme:
2929
palette:
3030
# Palette toggle for automatic mode
3131
- media: "(prefers-color-scheme)"
32-
primary: blue
33-
accent: cyan
32+
primary: teal
33+
accent: teal
3434
toggle:
3535
icon: material/brightness-auto
3636
name: Switch to light mode
3737

3838
# Palette toggle for light mode
3939
- media: "(prefers-color-scheme: light)"
4040
scheme: default
41-
primary: indigo
42-
accent: cyan
41+
primary: teal
42+
accent: teal
4343
toggle:
4444
icon: material/lightbulb-outline
4545
name: Switch to dark mode
4646

4747
# Palette toggle for dark mode
4848
- media: "(prefers-color-scheme: dark)"
4949
scheme: slate
50-
primary: indigo
51-
accent: cyan
50+
primary: teal
51+
accent: teal
5252
toggle:
5353
icon: material/lightbulb
5454
name: Switch to system preference

0 commit comments

Comments
 (0)