Skip to content

Commit ca6b01f

Browse files
committed
2.4 changes
1 parent 7f7f4a9 commit ca6b01f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.DS_Store

0 Bytes
Binary file not shown.

assets/css/.DS_Store

6 KB
Binary file not shown.

assets/css/main.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ input, select, textarea {
9292
}
9393

9494
body {
95-
/*background: #f7f7f7 url("images/bg01.png");*/
96-
background: #ffffff url("images/bg01.png");
95+
background: #f7f7f7 url("images/bg01.png");
96+
/*background: #ffffff url("images/bg01.png");*/
9797
}
9898

9999
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
@@ -2677,7 +2677,7 @@ input, select, textarea {
26772677

26782678
#banner {
26792679
background-color: rgba(0,0,0,0);
2680-
background-image: url("https://suave.stanford.edu/../images/SUAVE_2_3_Logo.png");
2680+
background-image: url("https://suave.stanford.edu/../images/logo_no_text.svg");
26812681
background-position: center top;
26822682
background-size: contain;
26832683
background-repeat: no-repeat;
@@ -2692,9 +2692,9 @@ input, select, textarea {
26922692
left: 0;
26932693
width: 100%;
26942694
background: #212121;
2695-
background: rgba(77, 79, 83, 0.7);
2695+
background: rgba(77, 79, 83, 0.8);
26962696
color: #fff;
2697-
padding: 0.3em 0;
2697+
padding: 0.8em 0;
26982698
}
26992699

27002700
#banner header h2 {

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- Banner -->
6464
<section id="banner">
6565
<header>
66-
<h2>SUAVE 2.3: Merry Christmas!</h2>
66+
<h2>SUAVE 2.4: Faster than ever before!</h2>
6767
<a href="latest_release.html" class="button">Learn More</a>
6868
</header>
6969
</section>

0 commit comments

Comments
 (0)