Mercurial > web
comparison music.html @ 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 | 65a2123aaf04 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 46:44b4ca6897f4 | 47:f85e7261bc0f | 
|---|---|
| 59 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 59 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 
| 60 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | 60 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | 
| 61 <style> | 61 <style> | 
| 62 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap'); | 62 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap'); | 
| 63 .navbar { | 63 .navbar { | 
| 64 background: linear-gradient(to bottom, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0) 100%); | 64 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; | 
| 65 text-align: left; /* Override body text align */ | 65 text-align: left; /* Override body text align */ | 
| 66 } | 66 } | 
| 67 body { | 67 body { | 
| 68 background-size: cover; | 68 background-size: cover; | 
| 69 background: url("forest.png") no-repeat center center fixed; | 69 background: url("forest.png") no-repeat center center fixed; | 
