Mercurial > code > home > repos > video
comparison src/main.css @ 22:ff73b95fc72f
frontend cleanups and improvements. this commit contains some future work too
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 13:33:05 -0700 |
parents | b73941c4dc0a |
children | 1a9a8af1aa19 |
comparison
equal
deleted
inserted
replaced
21:111a41817968 | 22:ff73b95fc72f |
---|---|
1 * { | |
2 font-family: sans-serif; | |
3 } | |
4 | |
1 body { | 5 body { |
2 margin: 0; | 6 margin: 0; |
3 height: 100vh; | 7 height: 100vh; |
4 background: radial-gradient(ellipse at center, #162c4a 0%, #0c2236 36%, #020f16 100%); | 8 background: radial-gradient(ellipse at center, #162c4a 0%, #0c2236 36%, #020f16 100%) !important; |
5 } | 9 } |
6 h1,h2,a { | 10 |
7 color: white; | 11 h1, |
8 } | 12 h2, |
9 #path-segs > span { | 13 h3, |
10 color: white; | 14 a { |
11 padding: 11px; | 15 color: white; |
12 display: inline-block; | 16 } |
13 background: #4ea1bd21; | 17 |
14 margin: 5px; | 18 #path-segs > span { |
15 border-top-left-radius: 29px; | 19 color: white; |
16 } | 20 padding: 11px; |
17 #path-segs > span:after { | 21 display: inline-block; |
18 content: " >"; | 22 background: #4ea1bd21; |
19 font-size: 33px; | 23 margin: 5px; |
20 vertical-align: middle; | 24 border-top-left-radius: 29px; |
21 color: gray; | 25 } |
22 } | 26 |
27 | |
28 #path-segs > span:after { | |
29 content: " >"; | |
30 font-size: 33px; | |
31 vertical-align: middle; | |
32 color: gray; | |
33 } |