Skip to content

Commit 870782a

Browse files
committed
Ahoi there!
1 parent 0e98652 commit 870782a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

Public/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<div id="gitPageContentParent" class="gitPageContentParentStyle gpcpVisibleStyle heightFader">
5454
<!-- -- -- -- -->
5555
<div name="gitPage" page-id="Init" page-style="footerBar:initPage_footerBar;gitPagesNavBlock:gitPageNav_initStyle" class="gitPageContentStyle gitInitPageStyle">
56-
<span class="gitPageHeaderStyle">Ahoi there!</span>
56+
<span class="gitPageHeaderStyle initHeaderStyle">Ahoi there!</span>
5757
<div class="initPage_hBarStyle">&nbsp;</div>
5858
<br>I'm <span class="textNudge">ProcStack</span>, <span class="textNudge">Trancor</span>, and <span class="textNudge">Kevin Edzenga</span>,
5959
<br>&nbsp;&nbsp;Which ever ya feel like calling me!

Public/style/gitPage_initStyle.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,14 @@
6767
display: grid;
6868
grid-auto-flow: column;
6969
justify-content: space-around;
70-
margin: 3px 0px 3px 0px;
70+
margin: 5px 0px 3px 0px;
7171
height: 1px;
7272
width: 65%;
7373
overflow: hidden;
7474
background: linear-gradient(90deg, rgba(169, 99, 6, 0.482), rgba(183, 108, 3, 0.241), rgba(28, 15, 0, 0));
7575
}
7676

7777

78+
.initHeaderStyle{
79+
color: #ffad49;
80+
}

docs/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<div id="gitPageContentParent" class="gitPageContentParentStyle gpcpVisibleStyle heightFader">
5454
<!-- -- -- -- -->
5555
<div name="gitPage" page-id="Init" page-style="footerBar:initPage_footerBar;gitPagesNavBlock:gitPageNav_initStyle" class="gitPageContentStyle gitInitPageStyle">
56-
<span class="gitPageHeaderStyle">Ahoi there!</span>
56+
<span class="gitPageHeaderStyle initHeaderStyle">Ahoi there!</span>
5757
<div class="initPage_hBarStyle">&nbsp;</div>
5858
<br>I'm <span class="textNudge">ProcStack</span>, <span class="textNudge">Trancor</span>, and <span class="textNudge">Kevin Edzenga</span>,
5959
<br>&nbsp;&nbsp;Which ever ya feel like calling me!

docs/style/gitPage_initStyle.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,14 @@
6767
display: grid;
6868
grid-auto-flow: column;
6969
justify-content: space-around;
70-
margin: 3px 0px 3px 0px;
70+
margin: 5px 0px 3px 0px;
7171
height: 1px;
7272
width: 65%;
7373
overflow: hidden;
7474
background: linear-gradient(90deg, rgba(169, 99, 6, 0.482), rgba(183, 108, 3, 0.241), rgba(28, 15, 0, 0));
7575
}
7676

7777

78+
.initHeaderStyle{
79+
color: #ffad49;
80+
}

0 commit comments

Comments
 (0)