11 lines
151 B
CSS
11 lines
151 B
CSS
nav {
|
|
font-size: 1rem;
|
|
width: 100%;
|
|
position: sticky;
|
|
top: 0;
|
|
}
|
|
|
|
nav button,
|
|
a {
|
|
--uno: "bg-none border-none hover:bg-white/20 rounded-md p-2";
|
|
}
|