Skip to content

Commit d370ce1

Browse files
committed
docs
1 parent 93ea3f0 commit d370ce1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/stylesheets/layout.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:root {
2+
--md-primary-fg-color: #007a94;
3+
--md-accent-fg-color: #026378;
4+
--md-default-fg-color--light: #026378;
5+
}
6+
7+
.md-footer {
8+
--md-default-fg-color: #007a94;
9+
background-color: var(--md-default-fg-color);
10+
}
11+
12+
.md-grid {
13+
max-width: 70rem;
14+
}
15+
16+
.md-typeset a {
17+
color: #026378;
18+
}

0 commit comments

Comments
 (0)