Skip to content

Commit 039a298

Browse files
committed
Color changes
1 parent da388db commit 039a298

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/css/extra.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
/* Ensure the call-to-action box background and rounding */
44
.calltoaction .D_boxbody {
5-
background: #D1FFE0;
5+
background: #D1D6FF;
66
border-radius: 5px;
7+
border-style: solid;
8+
border-width: 1px;
9+
border-color: lightgray;
710
}
811

912
/* Minimal layout for .D_boxhead and .D_boxsection */

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ We host monthly presentation series where we share our knowledge and expertise o
1717

1818
<div class="calltoaction minimal">
1919
<div class="D_boxbody">
20-
<form action="http://www.meetup.com/Rochester-Python-Meetup/join/" method="post">
20+
<form action="https://www.meetup.com/Rochester-Python-Meetup/join/" method="post">
2121
<div class="D_boxhead">
2222
<p>You'll get invited to our Meetups as soon as they're scheduled!</p>
2323
</div>
2424
<div class="D_boxsection ">
2525
<input type="submit" name="submit" value="Join us!" class="D_submit" />
26-
<input type="hidden" name="returnUri" value="http://www.meetup.com/Rochester-Python-Meetup" />
27-
<input type="hidden" name="returnUriEnc" value="http%3A%2F%2Fwww.meetup.com%2FRochester-Python-Meetup" id="returnUriEnc" />
26+
<input type="hidden" name="returnUri" value="https://www.meetup.com/Rochester-Python-Meetup" />
27+
<input type="hidden" name="returnUriEnc" value="https%3A%2F%2Fwww.meetup.com%2FRochester-Python-Meetup" id="returnUriEnc" />
2828
<input type="hidden" name="submit" value="1" />
2929
</div>
3030
<div style="clear: both; height: 1px; line-height: 1px;"></div>

0 commit comments

Comments
 (0)