deno.land / x / lume_theme_simple_blog@v0.4.0 / src / _includes / css / navbar.css

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.navbar { display: flex; flex-wrap: wrap; column-gap: 1rem; row-gap: 1rem; justify-content: space-between; padding: 2rem min(5vw, 5rem); & a { &:not(:hover) { text-decoration: none; } }}
.navbar-links { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; column-gap: 1.5rem; font: var(--font-ui-bold); text-decoration: underline; & [aria-current="page"] { text-decoration: none; }}
.navbar-search { padding: 0 1em; margin-left: auto; display: flex; align-items: center;}
lume_theme_simple_blog

Version Info

Tagged at
2 years ago