Skip to content

Commit 58bbd31

Browse files
committed
tweak colors and home heading
1 parent d9a7acb commit 58bbd31

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/assets/stylesheets/extra.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
}
2424

2525
:root {
26-
--md-primary-fg-color: #AD1457;
27-
--md-primary-fg-color--light: #EC407A;
28-
--md-primary-fg-color--dark: #880E4F;
26+
--md-primary-fg-color: #97124c;
27+
--md-primary-fg-color--light: #c51e55;
28+
--md-primary-fg-color--dark: #6e0b40;
2929
}
3030

3131
body {

theme/overrides/home.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
flex-wrap: wrap;
4040
}
4141

42-
.tx-hero h2 {
42+
.tx-hero h1 {
4343
margin-top: 0;
4444
color: white;
4545
font-size: 1.5em;
@@ -64,7 +64,7 @@
6464
}
6565

6666
.tx-hero__tagline {
67-
margin: 0;
67+
margin-bottom: 10px;
6868
color: var(--md-footer-fg-color--lighter);
6969
font-weight: 700;
7070
}
@@ -108,7 +108,7 @@
108108
padding: 100px 18px 50px 50px;
109109
}
110110

111-
.tx-hero h2 {
111+
.tx-hero h1 {
112112
margin-bottom: 1em;
113113
font-size: 2.5em;
114114
}
@@ -146,7 +146,7 @@
146146
<!-- Hero content -->
147147
<div class="tx-hero__content">
148148
<p class="tx-hero__tagline">Free - Open Source - Cross Platform</p>
149-
<h2>{{ config.site_description }}</h2>
149+
<h1>{{ config.site_description }}</h1>
150150

151151
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | striptags }}"
152152
class="md-button md-button--primary">

0 commit comments

Comments
 (0)