Skip to content

Commit

Permalink
font-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Keywos committed Mar 19, 2024
1 parent 61feb65 commit 487b62b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.189",
"version": "2.14.190",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 2 additions & 2 deletions src/views/editCode/cmView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<span
v-else
style="
opacity: 0.4;
opacity: 0.9;
font-size: 12px;
padding-left: 10px;
line-height: 14px;
height: 22px;
color: var(--comment-text-color);
color: var(--second-text-color);
"
>
{{ Length }} &nbsp;
Expand Down

0 comments on commit 487b62b

Please sign in to comment.