Skip to content

Commit

Permalink
changed link color for asthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMeadows4 authored Oct 9, 2024
1 parent 1d0cfbc commit a89fcb5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@
--frosted-glass-color: rgba(255, 255, 255, 0.05);
--frosted-glass-border-color: rgba(255, 255, 255, 0.2);
--text-color: rgba(255, 255, 255, 0.9);
--link-color: #9178ff;
--user-select-bg: ;
--user-select-text-color: ;
}
@@ -32,6 +33,10 @@
transition: 0.5s background;
}

a {
color: var(--link-color);
}

.background-blobs {
width: 100%;
height: 100%;
@@ -444,7 +449,8 @@ <h3>Submitting form</h3>
"--body-background-gradient": "linear-gradient(30deg, #b3e5fc, #ffcc80)",
"--blob-1-gradient": "linear-gradient(0deg, #ffcc80, #ffab40)",
"--blob-2-gradient": "linear-gradient(0deg, #b3e5fc, #4fc3f7)",
"--blob-3-gradient": "linear-gradient(0deg, #c8e6c9, #81c784)"
"--blob-3-gradient": "linear-gradient(0deg, #c8e6c9, #81c784)",
"--link-color": "#7152ff"
}
},
{
@@ -454,7 +460,8 @@ <h3>Submitting form</h3>
"--body-background-gradient": "linear-gradient(30deg, #010101, #000000)",
"--blob-1-gradient": "linear-gradient(72deg, #ff2079, #0400eb)",
"--blob-2-gradient": "linear-gradient(0deg, #440bd4, #e92efb)",
"--blob-3-gradient": "linear-gradient(220deg, #ff2079, #0400eb)"
"--blob-3-gradient": "linear-gradient(220deg, #ff2079, #0400eb)",
"--link-color": "#9178ff"
}
}
];

0 comments on commit a89fcb5

Please sign in to comment.