Mercurial > web
changeset 47:f85e7261bc0f
everything *should* be the same everywhere now
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Thu, 28 Jul 2022 20:37:17 -0400 |
parents | 44b4ca6897f4 |
children | 09fffbf82d4f |
files | index.html music.html projects.html |
diffstat | 3 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/index.html Thu Jul 28 20:31:49 2022 -0400 +++ b/index.html Thu Jul 28 20:37:17 2022 -0400 @@ -11,7 +11,8 @@ <style> @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap'); .navbar { - /* background: linear-gradient(to bottom, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0) 100%); */ + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + text-align: left; /* Override body text align */ } @media (min-aspect-ratio: 16/9) { #bg {
--- a/music.html Thu Jul 28 20:31:49 2022 -0400 +++ b/music.html Thu Jul 28 20:37:17 2022 -0400 @@ -61,7 +61,7 @@ <style> @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap'); .navbar { - background: linear-gradient(to bottom, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0) 100%); + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-align: left; /* Override body text align */ } body {
--- a/projects.html Thu Jul 28 20:31:49 2022 -0400 +++ b/projects.html Thu Jul 28 20:37:17 2022 -0400 @@ -9,6 +9,10 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <style> @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap'); + .navbar { + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + text-align: left; /* Override body text align */ + } body { background-size: cover; background: url("blueforest.png") no-repeat center center fixed;