Skip to content

Commit d4c7365

Browse files
committed
Button.
1 parent 794d4d0 commit d4c7365

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: css/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ body {
4646
color: #fff;
4747
h1 {
4848
color: white;
49-
text-shadow: 6px 6px 0px rgba(0,0,0,0.2); //2px 2px 6px #000000;
49+
text-shadow: 3px 3px 0px #000000;
5050
}
5151

5252
h2 {
5353
color: white;
54-
text-shadow: 6px 6px 0px rgba(0,0,0,0.2); //2px 2px 6px #000000;
54+
text-shadow: 3px 3px 0px #000000;
5555
}
5656
// background-attachment: fixed;
5757
background-size: cover;

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<right>
88
<h1 style="font-weight:800">SU2 v6.1.0 Falcon</h1> <!-- style="color:black" -->
99
<h2 style="font-weight:700">Powerful. Fast. Free.</h2>
10-
<p><a class="btn btn-outline-primary btn-lg" href="{{ "/download.html" | prepend: site.baseurl }}" role="button">
10+
<p><a class="btn btn-danger btn-lg" href="{{ "/download.html" | prepend: site.baseurl }}" role="button">
1111
Download</a></p>
1212
<br>
1313
<br>

0 commit comments

Comments
 (0)