mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 12:58:54 +00:00
10 lines
No EOL
208 B
CSS
10 lines
No EOL
208 B
CSS
.customChip {
|
|
display: inline-block;
|
|
background-color: darkred;
|
|
font-size: 1vw;
|
|
padding: 0 5% 0 5%;
|
|
height: 1.5vw;
|
|
border-radius: 0.75vw;
|
|
font-weight: bold;
|
|
color: lightgrey;
|
|
} |