Mercurial > code > home > repos > video
comparison src/main.css @ 24:1a9a8af1aa19
breadcrumbs and tree view UI
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 13:35:18 -0700 |
parents | ff73b95fc72f |
children | 0aea9e55899b |
comparison
equal
deleted
inserted
replaced
23:9e56e86a6814 | 24:1a9a8af1aa19 |
---|---|
12 h2, | 12 h2, |
13 h3, | 13 h3, |
14 a { | 14 a { |
15 color: white; | 15 color: white; |
16 } | 16 } |
17 | |
18 #path-segs > span { | |
19 color: white; | |
20 padding: 11px; | |
21 display: inline-block; | |
22 background: #4ea1bd21; | |
23 margin: 5px; | |
24 border-top-left-radius: 29px; | |
25 } | |
26 | |
27 | |
28 #path-segs > span:after { | |
29 content: " >"; | |
30 font-size: 33px; | |
31 vertical-align: middle; | |
32 color: gray; | |
33 } |