Skip to content

Commit

Permalink
fixed chrome extension injection
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeevani-25 committed Oct 9, 2023
1 parent 70b1a44 commit e3b4d0f
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ input.input-error {
font-size: 0.8rem;
display: none;
}

.mob-container {
display: flex;
gap: 4px;
}

.mob-code {
display: flex;
}
Expand All @@ -73,6 +75,30 @@ input.input-error {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #13c703;
}

/* #mybtn override for chrome extension injected stylesheet */
#mybtn {
display: inline-block;
padding: 6px 12px;
font-size: 16px;
line-height: 1.5;
font-weight: 400;
background-color: #198754;
border-color: #198754;
font-size: 1rem;
border-radius: 0.25rem;
border-width: 0;
margin: 0;
border-image: none;
height: 100%;
width: 7.6rem;
}
#mybtn:hover {
color: #fff;
background-color: #146a42;
border-color: #146a42;
}


/* Link */

#genLink {
Expand Down Expand Up @@ -136,4 +162,4 @@ body.light-mode {
body.dark-mode {
background-color: #333;
color: #fff;
}
}

0 comments on commit e3b4d0f

Please sign in to comment.