Skip to content

Commit

Permalink
fix copy code css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PxlSyl authored and PxlSyl committed Jul 12, 2024
1 parent 8a90d81 commit 720a273
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 43 deletions.
44 changes: 1 addition & 43 deletions app/[locale]/tag-data.json
Original file line number Diff line number Diff line change
@@ -1,43 +1 @@
{
"en": {
"markdown": 1,
"code": 1,
"features": 2,
"next-js": 7,
"math": 1,
"ols": 1,
"github": 1,
"guide": 6,
"tailwind": 4,
"i18n": 1,
"hello": 1,
"holiday": 1,
"canada": 1,
"images": 1,
"feature": 2,
"writings": 1,
"book": 1,
"reflection": 1,
"multi-author": 1
},
"fr": {
"markdown": 1,
"code": 1,
"fonctionnalites": 4,
"next-js": 7,
"math": 1,
"ols": 1,
"github": 1,
"guide": 6,
"tailwind": 4,
"i18n": 1,
"salut": 1,
"vacance": 1,
"canada": 1,
"images": 1,
"ecriture": 1,
"livre": 1,
"reflexion": 1,
"multi-auteurs": 1
}
}
{"en":{"markdown":1,"code":1,"features":2,"next-js":7,"math":1,"ols":1,"github":1,"guide":6,"tailwind":4,"i18n":1,"hello":1,"holiday":1,"canada":1,"images":1,"feature":2,"writings":1,"book":1,"reflection":1,"multi-author":1},"fr":{"markdown":1,"code":1,"fonctionnalites":4,"next-js":7,"math":1,"ols":1,"github":1,"guide":6,"tailwind":4,"i18n":1,"salut":1,"vacance":1,"canada":1,"images":1,"ecriture":1,"livre":1,"reflexion":1,"multi-auteurs":1}}
28 changes: 28 additions & 0 deletions css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@
@tailwind components;
@tailwind utilities;

.right-2 {
right: 0.5rem;
}

.top-2 {
top: .5rem;
}

.bg-gray-700 {
--tw-bg-opacity: 1;
background-color: rgb(55 65 81/var(--tw-bg-opacity));
}

.text-gray-300 {
--tw-text-opacity: 1;
color: rgb(209 213 219/var(--tw-text-opacity));
}

.border-green-400 {
--tw-border-opacity: 1;
border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.text-green-400 {
--tw-text-opacity: 1;
color: rgb(74 222 128 / var(--tw-text-opacity));
}

.task-list-item::before {
@apply hidden;
}
Expand Down

0 comments on commit 720a273

Please sign in to comment.