mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 19:15:29 +08:00
10 lines
142 B
CSS
10 lines
142 B
CSS
li.base--active {
|
|
background: white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
li.material--active {
|
|
font-weight: bold;
|
|
border-bottom: solid 2px black;
|
|
}
|