Skip to content

Commit

Permalink
feat: improve tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Apr 8, 2021
1 parent 9523202 commit e59824c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
} */
}

/* TODO: Search & Premium forms */
/* TODO: Search */
/* TODO: Change color hierarchy, first dark, then hovered light. */

@layer components {
Expand Down Expand Up @@ -71,7 +71,7 @@
/* */

.tag-container {
@apply flex flex-wrap items-start content-start gap-1 p-1 overflow-hidden bg-darkGray-700;
@apply flex flex-wrap items-start content-start gap-2 p-2 overflow-hidden bg-darkGray-500;
}

/* */
Expand All @@ -81,7 +81,7 @@
* NOT TO BE USED DIRECTLY AS CSS
* IN CLASSES IT SHOULD BE USED WITH `.link`
*/
@apply px-1 overflow-hidden select-none border-util;
@apply px-1 overflow-hidden leading-normal border border-current rounded-none select-none;
}

/* #endregion */
Expand Down

0 comments on commit e59824c

Please sign in to comment.