Skip to content

Commit

Permalink
Changing tint
Browse files Browse the repository at this point in the history
  • Loading branch information
arguiot committed Apr 4, 2020
1 parent 7435859 commit e3ad8dc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions _sass/styles-challenges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
--background: white;
--opposite: #1e1e1e;
--semi-white: #eee;
--blue: #0061D9;
}

.white {
Expand Down
1 change: 1 addition & 0 deletions _sass/styles-noob.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
--background: white;
--opposite: #1e1e1e;
--semi-white: #eee;
--blue: #0061D9;
}

.white {
Expand Down
11 changes: 6 additions & 5 deletions _sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
--white: white;
--background: white;
--opposite: #1e1e1e;
--semi-white: #eee;
--semi-white: #eee;
--blue: #0061D9;
}

.white {
Expand Down Expand Up @@ -350,7 +351,7 @@ article {
text-align: center;
display: inline-block;
padding: 12px 64px;
background-color: #292929;
background-color: var(--blue);
color: #fff;
text-decoration: inherit;
margin-top: 48px;
Expand Down Expand Up @@ -390,7 +391,7 @@ article {
max-width: 80%;
margin: 0 auto;
height: 5px;
background: rgba(0, 0, 0, 0.1)
background: rgba(0, 0, 0, 0.1);
}
}
}
Expand Down Expand Up @@ -425,7 +426,7 @@ article {

h3 {
color: #fff;
background-color: #292929;
background-color: var(--blue);
margin: 32px 0 0;
padding: 24px 0;
}
Expand Down Expand Up @@ -455,7 +456,7 @@ article {
box-sizing: border-box;
text-align: center;
padding: 12px 64px;
background-color: #292929;
background-color: var(--blue);
color: #fff;
text-decoration: inherit;
margin-top: 48px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<article>
<section class="what">
<h1>Welcome to the best platform to learn cryptography</h1>
<h1>Welcome on our platform to learn cryptography</h1>
<p>
Cryptography is the art of writing and solving problems in order to prevent third parties or the public from reading private messages. And as any art, it can be taught. This was our mission by creating this platform. You'll have some challenges to complete,
the first ones are easy, but don't worry, it will get much harder after some point.
Expand Down

0 comments on commit e3ad8dc

Please sign in to comment.