Skip to content

Commit

Permalink
fix: added global color for a tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AbolfazlAkhtari committed Sep 14, 2023
1 parent a9d73e3 commit c2bd56d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "vue-img-hotspot",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "./dist/index.js",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
text-align: justify;
}

a {
color: white!important;;
}

.text-input {
width: 99%;
border: 1px solid #EEEEEE;
Expand Down

0 comments on commit c2bd56d

Please sign in to comment.