Skip to content

Commit 67a9e1a

Browse files
bbjubjub2494aldoborrero
authored andcommitted
fmt
1 parent 34ca9c9 commit 67a9e1a

File tree

4 files changed

+43
-35
lines changed

4 files changed

+43
-35
lines changed

.github/ISSUE_TEMPLATE/03-request-a-change.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Request a change
22
description: Want to submit an idea? Propose a change or feature request
33
body:
4-
54
- type: textarea
65
id: context
76
attributes:
@@ -33,6 +32,6 @@ body:
3332
learn about it and understand why it is necessary before ticking the box.
3433
This will save the maintainers and you valuable time.
3534
options:
36-
- label: >-
35+
- label: >-
3736
I have verified that my idea is a change request and not a bug report
38-
required: true
37+
required: true

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
uses: peaceiris/actions-gh-pages@v3
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
28-
publish_dir: '${{ steps.build.outputs.result }}/'
28+
publish_dir: "${{ steps.build.outputs.result }}/"

docs/stylesheets/neoteroi-mkdocs.css

Lines changed: 36 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* All CSS for the neoteroi-mkdocs extensions.
33
*
44
* https://github.com/Neoteroi/mkdocs-plugins
5-
**/
5+
**/
66
:root {
77
--nt-color-0: #cd853f;
88
--nt-color-1: #b22222;
@@ -572,7 +572,7 @@
572572
* Extra CSS file for MkDocs and the neoteroi.timeline extension.
573573
*
574574
* https://github.com/Neoteroi/mkdocs-plugins
575-
**/
575+
**/
576576
.nt-error {
577577
border: 2px dashed darkred;
578578
padding: 0 1rem;
@@ -660,11 +660,10 @@
660660
}
661661
.nt-timeline.vertical.center .nt-timeline-items {
662662
background: radial-gradient(
663-
circle,
664-
rgb(63, 94, 251) 0%,
665-
rgb(252, 70, 107) 100%
666-
)
667-
no-repeat center/2px 100%;
663+
circle,
664+
rgb(63, 94, 251) 0%,
665+
rgb(252, 70, 107) 100%
666+
) no-repeat center/2px 100%;
668667
}
669668
.nt-timeline.vertical.center .nt-timeline-dot {
670669
left: calc(50% - 10px);
@@ -695,11 +694,10 @@
695694
}
696695
.nt-timeline.vertical.left .nt-timeline-items {
697696
background: radial-gradient(
698-
circle,
699-
rgb(63, 94, 251) 0%,
700-
rgb(252, 70, 107) 100%
701-
)
702-
no-repeat 30px/2px 100%;
697+
circle,
698+
rgb(63, 94, 251) 0%,
699+
rgb(252, 70, 107) 100%
700+
) no-repeat 30px/2px 100%;
703701
}
704702
.nt-timeline.vertical.left .nt-timeline-dot {
705703
left: 21px;
@@ -730,11 +728,10 @@
730728
}
731729
.nt-timeline.vertical.right .nt-timeline-items {
732730
background: radial-gradient(
733-
circle,
734-
rgb(63, 94, 251) 0%,
735-
rgb(252, 70, 107) 100%
736-
)
737-
no-repeat calc(100% - 30px) / 2px 100%;
731+
circle,
732+
rgb(63, 94, 251) 0%,
733+
rgb(252, 70, 107) 100%
734+
) no-repeat calc(100% - 30px) / 2px 100%;
738735
}
739736
.nt-timeline.vertical.right .nt-timeline-dot {
740737
right: 21px;
@@ -826,7 +823,9 @@
826823
display: flex;
827824
justify-content: center;
828825
align-items: center;
829-
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
826+
box-shadow:
827+
0 2px 1px -1px rgba(0, 0, 0, 0.2),
828+
0 1px 1px 0 rgba(0, 0, 0, 0.14),
830829
0 1px 3px 0 rgba(0, 0, 0, 0.12);
831830
border: 3px solid white;
832831
}
@@ -963,7 +962,7 @@
963962
* Extra CSS for the neoteroi.projects.gantt extension.
964963
*
965964
* https://github.com/Neoteroi/mkdocs-plugins
966-
**/
965+
**/
967966
:root {
968967
--nt-scrollbar-color: #2751b0;
969968
--nt-plan-actions-height: 24px;
@@ -1036,7 +1035,8 @@
10361035
.month {
10371036
flex: auto;
10381037
display: inline-block;
1039-
box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
1038+
box-shadow:
1039+
rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
10401040
rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
10411041
rgba(0, 0, 0, 0.12) 0px 1px 5px 0px inset;
10421042
background-color: var(--nt-months-background);
@@ -1262,7 +1262,9 @@
12621262
.day,
12631263
.nt-tooltip {
12641264
border: 3px solid white;
1265-
box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14),
1265+
box-shadow:
1266+
0 2px 3px -1px rgba(0, 0, 0, 0.2),
1267+
0 3px 3px 0 rgba(0, 0, 0, 0.14),
12661268
0 1px 5px 0 rgba(0, 0, 0, 0.12);
12671269
}
12681270

@@ -1324,20 +1326,27 @@
13241326
}
13251327
}
13261328
.nt-card {
1327-
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
1329+
box-shadow:
1330+
0 2px 2px 0 rgba(0, 0, 0, 0.14),
1331+
0 3px 1px -2px rgba(0, 0, 0, 0.2),
13281332
0 1px 5px 0 rgba(0, 0, 0, 0.12);
13291333
}
13301334
.nt-card:hover {
1331-
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px rgba(0, 0, 0, 0.3),
1335+
box-shadow:
1336+
0 2px 2px 0 rgba(0, 0, 0, 0.24),
1337+
0 3px 1px -2px rgba(0, 0, 0, 0.3),
13321338
0 1px 5px 0 rgba(0, 0, 0, 0.22);
13331339
}
13341340

13351341
[data-md-color-scheme="slate"] .nt-card {
1336-
box-shadow: 0 2px 2px 0 rgba(4, 40, 33, 0.14),
1337-
0 3px 1px -2px rgba(40, 86, 94, 0.47), 0 1px 5px 0 rgba(139, 252, 255, 0.64);
1342+
box-shadow:
1343+
0 2px 2px 0 rgba(4, 40, 33, 0.14),
1344+
0 3px 1px -2px rgba(40, 86, 94, 0.47),
1345+
0 1px 5px 0 rgba(139, 252, 255, 0.64);
13381346
}
13391347
[data-md-color-scheme="slate"] .nt-card:hover {
1340-
box-shadow: 0 2px 2px 0 rgba(0, 255, 206, 0.14),
1348+
box-shadow:
1349+
0 2px 2px 0 rgba(0, 255, 206, 0.14),
13411350
0 3px 1px -2px rgba(33, 156, 177, 0.47),
13421351
0 1px 5px 0 rgba(96, 251, 255, 0.64);
13431352
}
@@ -1403,7 +1412,7 @@
14031412
* Extra CSS file recommended for MkDocs and neoteroi.spantable extension.
14041413
*
14051414
* https://github.com/Neoteroi/mkdocs-plugins
1406-
**/
1415+
**/
14071416
.span-table-wrapper table {
14081417
border-collapse: collapse;
14091418
margin-bottom: 2rem;

flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@
138138
]));
139139
mdformat.excludes = [
140140
# mdformat doesn't behave well with some admonitions features
141-
"apps.md"
142-
"getting-started.md"
143-
"index.md"
144-
"restore-from-backup.md"
141+
"docs/apps.md"
142+
"docs/getting-started.md"
143+
"docs/index.md"
144+
"docs/nixos/restore-from-backup.md"
145145
];
146146
};
147147
};

0 commit comments

Comments
 (0)