icons for channels

This commit is contained in:
MathMan05 2024-07-31 20:23:35 -05:00
parent aa6ada3d0b
commit 92a19ea3f9
7 changed files with 115 additions and 18 deletions

View file

@ -328,6 +328,7 @@ p {
font-size: .25in;
display: inline-block;
text-indent: .05in;
width: .2in;
}
.spacee {
@ -335,6 +336,7 @@ p {
margin-right: .02in;
font-size: .15in;
display: inline-block;
width: .2in;
}
#channels p2 {
@ -1510,3 +1512,7 @@ span {
form div{
width:100%;
}
.svgtheme{
color: var(--icon-color);
filter:hue-rotate(var(--rot)) invert(var(--invert)) brightness(var(--brightness));
}