|
@@ -64,6 +64,7 @@
|
|
|
</header>
|
|
|
<div class='card-content'>
|
|
|
<div class='content'>
|
|
|
+ <span class="custom-tag pink">lead-designer</span>
|
|
|
<span class="custom-tag light-blue">developer</span>
|
|
|
<ul>
|
|
|
<li>
|
|
@@ -269,6 +270,11 @@
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
+ .custom-tag.pink {
|
|
|
+ background-color: #ff99dd;
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+
|
|
|
.custom-tag.light-blue {
|
|
|
background-color: #00baf4;
|
|
|
color: white;
|