You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
485 B
CSS

.tag[data-tag='SI16']{
border-left-color: springgreen;
}
.tag[data-tag='SI17']{
border-left-color: black;
}
.tag[data-tag='Web']{
border-left-color: dodgerblue;
}
.tag[data-tag='CMS']{
border-left-color: gainsboro;
}
.tag[data-tag='Python']{
border-left-color: salmon;
}
.tag[data-tag='NLTK']{
border-left-color: tomato;
}
.tag[data-tag='JS']{
border-left-color: orange;
}
.tag[data-tag='Text']{
border-left-color: yellow;
}
.tag[data-tag='Tool']{
border-left-color: pink;
}