diff --git a/index.html b/index.html index 263427e..2373215 100644 --- a/index.html +++ b/index.html @@ -879,11 +879,13 @@
Subscribe to our newsletter
href="/" aria-label="Visual Sort"> Visual Sort +
+
Home
@@ -1040,4 +1042,4 @@
Legal
- \ No newline at end of file + diff --git a/style.css b/style.css index a8a88c9..c99816d 100644 --- a/style.css +++ b/style.css @@ -112,8 +112,23 @@ form .btn2{ } footer { height: 50px; + color: #7971ea; } + +footer h5 { + color: rgb(65, 43, 43); + padding-bottom: 10px; + font-weight: bold; +} + +.col-6.col-md-2.mb-3 a { + color: #7971ea; + } + .col-6.col-md-2.mb-3 a:hover { - transform: translateY(-5px) scale(1.2); - color: rgb(0, 0, 0); - } \ No newline at end of file + color: black; + } +.vs{ + color: gray; + font-weight: bolder; +}