mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 01:31:46 +00:00
37 lines
877 B
CSS
37 lines
877 B
CSS
.navigation-item {
|
|
font-family:
|
|
Roboto,
|
|
Noto Naskh Arabic UI,
|
|
Arial,
|
|
sans-serif;
|
|
font-size: 20px;
|
|
line-height: var(--ytmusic-title-1_-_line-height);
|
|
font-weight: 500;
|
|
--yt-endpoint-color: #fff;
|
|
--yt-endpoint-hover-color: #fff;
|
|
--yt-endpoint-visited-color: #fff;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
cursor: pointer;
|
|
margin: 0 var(--ytd-margin-2x, 8px);
|
|
}
|
|
|
|
.navigation-item:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
.navigation-icon {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
fill: var(--iron-icon-fill-color, currentcolor);
|
|
stroke: none;
|
|
width: var(--iron-icon-width, 24px);
|
|
height: var(--iron-icon-height, 24px);
|
|
animation: var(--iron-icon_-_animation);
|
|
padding: var(--ytd-margin-base, 4px) var(--ytd-margin-2x, 8px);
|
|
}
|