New CSS to make it look better, fetch filters way better now

This commit is contained in:
2023-04-18 18:54:59 -05:00
parent d96f0aef12
commit c0e8935104
3 changed files with 37 additions and 27 deletions

View File

@@ -4,8 +4,8 @@
/* General Styles */
body {
font-family: 'Helvetica Neue', sans-serif;
background-color: #f7f7f7;
color: #333333;
background: rgb(27,26,42);
background: linear-gradient(90deg, rgba(27,26,42,1) 0%, rgba(61,87,92,1) 100%);
}
a {
@@ -75,7 +75,7 @@ body {
/* Footer Styles */
footer {
background-color: #333333;
background-color: #2e2d2d;
color: #ffffff;
padding: 20px;
text-align: center;
@@ -110,7 +110,7 @@ body {
/* Position text in the middle of the page/image */
.bg-text {
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0,0,0, 0.4); /* opacity/see-through */
color: white;
font-weight: bold;