Skip to content

Commit

Permalink
fix: add a border to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Nov 29, 2021
1 parent 27082fe commit 46cdd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PageTabs.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.logseq-tab {
@apply cursor-pointer font-sans select-none text-xs h-6 transition-all duration-100
flex items-center rounded mx-0.5
flex items-center rounded mx-0.5 border border-1 light:border-gray-200 dark:border-gray-900
px-2 light:text-black dark:text-white;
}

Expand Down

0 comments on commit 46cdd8c

Please sign in to comment.