Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G8Frontend
/
refs/heads/WJX
/
.
/
src
/
components
/
navbar
/
navbar.module.css
blob: b531f395bac7faaf4e9d2f8eede15ab4aeaf5d21 [
file
] [
log
] [
blame
]
San3yuan
03ab064
2025-04-29 18:00:25 +0800
[
diff
] [
blame
]
1
.
menu
{
2
background-color
:
var
(--
card-bg
);
3
font-size
:
1rem
;
4
5
display
:
flex
;
6
justify-content
:
space-between
;
7
}
8
9
.
menu
*{
10
color
:
var
(--
text-color
);
11
transition
:
none
;
12
}