Skip to content

Commit

Permalink
Different colors (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-dc committed Jul 5, 2023
1 parent a0f4caf commit ecd7b57
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
24 changes: 16 additions & 8 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3243,34 +3243,42 @@ input, select, textarea {
}

.wrapper.style1 {
background-color: #5e2bff;
background-color: #e8a87c;
}

.wrapper.style1-alt {
background-color: #f4ab33;
}

.wrapper.style2 {
background-color: #c04cfd;
background-color: #c38d9e;
}

.wrapper.style2-alt {
background-color: #5e2bff;
}

.wrapper.style3 {
background-color: #ffffff;
color: rgba(0, 0, 0, 0.7);
}

.wrapper.style3 h2 {
color: rgba(0, 0, 0, 0.7);
background-color: #41b3a3;
}

.wrapper.style3-alt {
background-color: #953d75;
}

.wrapper.style4 {
background-color: #e27d60;
}

.wrapper.style5 {
background-color: #85dcbc;
}

.wrapper.style6 {
background-color: #e8a87c;
}


.wrapper.fullscreen {
display: -moz-flex;
display: -webkit-flex;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</section>

<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<section id="intro" class="wrapper style3 fullscreen fade-up">
<div class="inner">
<h1>EVM Summit 0</h1>
<p>The EVM Summit 0 is a one-day conference that focuses on the execution environment and engine of Ethereum, also known as the
Expand Down Expand Up @@ -148,7 +148,7 @@ <h2>Program</h2>
</div>

<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<footer id="footer" class="wrapper style6">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/evmsummit" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
Expand Down

0 comments on commit ecd7b57

Please sign in to comment.