diff --git a/css/style.css b/css/style.css
index f89b5a5..5c92136 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,8 +1,8 @@
body {
- font-family: Montserrat, Helvetica Neue, sans-serif;
+ font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
line-height: 2em;
box-sizing: border-box;
- color: #333333b3;
+ color:rgb(100, 95, 95);
/* background: linear-gradient(to bottom right, #ffded1 0%,#ffded1 50%,#ffc5af 50%,#ffc5af 100%); */
background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}
@@ -14,7 +14,7 @@ html, body {
a {
text-decoration: none;
- color: #1b6568;
+ color:rgb(71, 61, 61);
transition-duration: 100ms;
}
.github {
@@ -24,9 +24,9 @@ a {
}
p {
- font-family: 'Roboto';
+ font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-weight: 300;
- font-size: 23px;
+ font-size: 29px;
text-align: center;
}
@@ -48,7 +48,14 @@ p {
text-align: center;
border: 4px solid #445978;
color: #445978;
+ border-radius: 15px;
}
+.container header:hover {
+ background-color:rgb(245, 225, 225);
+ color: rgb(85, 81, 81);
+ cursor: pointer;
+}
+
main {
padding: 1em;
diff --git a/index.html b/index.html
index fe728c9..12bcdbc 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
The Algorithms
-
We are an open source community established to help people find all the algorithms and data structures for every popular language at a single place.
+
We are an Open Source community established to help people find all the algorithms and data structures for every popular language at a single place.
Explore Algorithms Implementation in the following Programming Languages