Skip to content

Commit

Permalink
Adding labs label and role for titles
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin committed Oct 31, 2024
1 parent 78d7cb1 commit 08eb246
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions preview-src/labels.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@
<span class="label label--cluster-member-single">SINGLE</span>
</div>
<div class="box">
<span class="label label--labs">Labs</span>
</div>
++++

== Tables with labels!
Expand Down
5 changes: 5 additions & 0 deletions src/css/labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ span.label--function {
color: rgba(var(--colors-lavender-50));
}

span.label--labs {
background: rgba(var(--color-labs));
color: rgba(var(--colors-neutral-10));
}

span.label--current {
background: rgba(var(--colors-baltic-50));
color: rgba(var(--colors-baltic-10));
Expand Down

0 comments on commit 08eb246

Please sign in to comment.