Skip to content

Commit

Permalink
fix: make sure tag text is also in lighter color
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdavide committed Feb 19, 2022
1 parent 40cffb5 commit 6678874
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion assets/scss/partials/components/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
font-size: 1.5rem;
line-height: 1;

@include themed() {
color: t('primary-light');
}

@include ltr {
margin: 5px 8px 5px 0;
}

@include rtl {
margin: 5px 0 5px 8px;
}

&::before {
content: '#';
opacity: 0.5;
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.rtl.min.bfcc5453b609a50e15838a8e51f5b4d465166e11a4701edd059606842eb01c7f.css","MediaType":"text/css","Data":{"Integrity":"sha256-v8xUU7YJpQ4Vg4qOUfW01GUWbhGkcB7dBZYGhC6wHH8="}}
{"Target":"scss/main.rtl.min.199b19509e517cddb16b85ae4adfa6bd111aeabf30b83356e713592c96839b1c.css","MediaType":"text/css","Data":{"Integrity":"sha256-GZsZUJ5RfN2xa4WuSt+mvREa6r8wuDNW5xNZLJaDmxw="}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.min.9cad864088986dbc28f1c32e0f0f18d6fe9546ef8c4f8f155cfbce5395567402.css","MediaType":"text/css","Data":{"Integrity":"sha256-nK2GQIiYbbwo8cMuDw8Y1v6VRu+MT48VXPvOU5VWdAI="}}
{"Target":"scss/main.min.b8449c33baf4d25d2ba9bc89fa55bec6b8cc02f30a1487a4c10adfbee87c6b59.css","MediaType":"text/css","Data":{"Integrity":"sha256-uEScM7r00l0rqbyJ+lW+xrjMAvMKFIekwQrfvuh8a1k="}}

0 comments on commit 6678874

Please sign in to comment.