mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
20 lines
213 B
SCSS
20 lines
213 B
SCSS
|
|
.col-neighbor-attr {
|
|
white-space: nowrap;
|
|
a, a:link, a:active {
|
|
color: #333;
|
|
}
|
|
|
|
i.fa {
|
|
color: #333;
|
|
}
|
|
}
|
|
|
|
.col-neighbor-active {
|
|
font-weight: bold;
|
|
color: #2e6da4;
|
|
}
|
|
|
|
|
|
|