Parent Directory
|
Revision Log
chore: add trunk
1 | .root { |
2 | margin: 5px 0; |
3 | } |
4 | |
5 | .anchor { |
6 | padding: 5px 10px; |
7 | display: flex; |
8 | justify-content: space-between; |
9 | align-items: center; |
10 | border-radius: 5px; |
11 | } |
12 | |
13 | .root.active > .anchor, |
14 | .anchor.active, |
15 | .anchor:hover { |
16 | background: rgba(255, 255, 255, 0.1); |
17 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |