Skip to content

Commit

Permalink
fixed hover box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
SYNO-SY authored Feb 1, 2023
1 parent 83a9537 commit 7311588
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions html/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ body{
background-color: rgba(44, 157, 157, 0.411);
border: 0.15em solid rgb(255, 255, 255);
border-radius: 1em;
box-shadow: 0 0 1em 0.25em rgb(110,237,237),
0 0 4em 1 em rgb(65, 243,243,0.781),
inset 0 0 0.75em 0.25em rgb(110,237,237) ;
outline: none;
}

Expand All @@ -100,6 +97,9 @@ body{
border-color: #ffffff;
background: rgb(110,237,237);
text-decoration: none;
box-shadow: 0 0 1em 0.25em rgb(110,237,237),
0 0 4em 1 em rgb(65, 243,243,0.781),
inset 0 0 0.75em 0.25em rgb(110,237,237) ;
}


Expand Down Expand Up @@ -156,9 +156,6 @@ body{
background-color: rgba(44, 157, 157, 0.411);
border: 0.15em solid rgb(255, 255, 255);
border-radius: 1em;
box-shadow: 0 0 1em 0.25em rgb(110,237,237),
0 0 4em 1 em rgb(65, 243,243,0.781),
inset 0 0 0.75em 0.25em rgb(110,237,237) ;
outline: none;
}

Expand All @@ -168,6 +165,9 @@ body{
border-color: #ffffff;
background: rgb(110,237,237);
text-decoration: none;
box-shadow: 0 0 1em 0.25em rgb(110,237,237),
0 0 4em 1 em rgb(65, 243,243,0.781),
inset 0 0 0.75em 0.25em rgb(110,237,237) ;
}

.carrytype3 {
Expand Down Expand Up @@ -223,9 +223,6 @@ body{
background-color: rgba(44, 157, 157, 0.411);
border: 0.15em solid rgb(255, 255, 255);
border-radius: 1em;
box-shadow: 0 0 1em 0.25em rgb(110,237,237),
0 0 4em 1em rgb(65, 243,243,0.781),
inset 0 0 0.75em 0.25em rgb(110,237,237) ;
outline: none;
}

Expand All @@ -235,6 +232,9 @@ body{
border-color: #ffffff;
background: rgb(110,237,237);
text-decoration: none;
box-shadow: 0 0 1em 0.25em rgb(110,237,237),
0 0 4em 1 em rgb(65, 243,243,0.781),
inset 0 0 0.75em 0.25em rgb(110,237,237) ;
}

.carrytextheader {
Expand Down

0 comments on commit 7311588

Please sign in to comment.