mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
10 lines
191 B
CSS
10 lines
191 B
CSS
.menu-text-li {color: #4b646f; background: #1a2226;}
|
|
.menu-text {
|
|
display: block;
|
|
padding: .5rem 1rem;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.sidebar-mini.sidebar-collapse .menu-text {
|
|
display: none;
|
|
} |