Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAundre authored Oct 6, 2023
1 parent 574765c commit 91fdbb4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Changelog/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ a:hover{
.VTScan{
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
transition: 500ms all ease-in-out;
transition: 400ms all ease-in-out;
height: 100%;
width: 100%;
border-radius: 5px;
Expand All @@ -81,14 +81,14 @@ a:hover{
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0);
transition: 500ms all ease-in-out;
transition: 400ms all ease-in-out;
height: 100%;
width: 100%;
border-radius: 5px;
position: center;}

.Launcher{
transition: 500ms all ease-in-out;
transition: 400ms all ease-in-out;
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
background-color: rgba(0, 0, 0, 0);
height: 100%;
Expand All @@ -97,7 +97,7 @@ a:hover{
border-color: rgba(0, 0, 0, 0);}

.Java-Download{
transition: 500ms all ease-in-out;
transition: 400ms all ease-in-out;
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
background-color: rgba(0, 0, 0, 0);
height: 100%;
Expand Down
8 changes: 4 additions & 4 deletions Details/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ a:hover{
.VTScan{
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
transition: 250ms all ease-in-out;
transition: 400ms all ease-in-out;
height: 100%;
width: 100%;
border-radius: 5px;
Expand All @@ -81,14 +81,14 @@ a:hover{
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0);
transition: 250ms all ease-in-out;
transition: 400ms all ease-in-out;
height: 100%;
width: 100%;
border-radius: 5px;
position: center;}

.Launcher{
transition: 250ms all ease-in-out;
transition: 400ms all ease-in-out;
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
background-color: rgba(0, 0, 0, 0);
height: 100%;
Expand All @@ -97,7 +97,7 @@ a:hover{
border-color: rgba(0, 0, 0, 0);}

.Java-Download{
transition: 250ms all ease-in-out;
transition: 400ms all ease-in-out;
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
background-color: rgba(0, 0, 0, 0);
height: 100%;
Expand Down
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ button{
.VTScan{
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
transition: 250ms all ease-in-out;
transition: 400ms all ease-in-out;
height: 100%;
width: 100%;
border-radius: 5px;
Expand All @@ -130,14 +130,14 @@ button{
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0);
transition: 250ms all ease-in-out;
transition: 400ms all ease-in-out;
height: 100%;
width: 100%;
border-radius: 5px;
position: center;}

.Launcher{
transition: 250ms all ease-in-out;
transition: 400ms all ease-in-out;
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
background-color: rgba(0, 0, 0, 0);
height: 100%;
Expand All @@ -146,7 +146,7 @@ button{
border-color: rgba(0, 0, 0, 0);}

.Java-Download{
transition: 250ms all ease-in-out;
transition: 400ms all ease-in-out;
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
background-color: rgba(0, 0, 0, 0);
height: 100%;
Expand Down

0 comments on commit 91fdbb4

Please sign in to comment.