BraydenMoore commited on
Commit
cac676c
·
1 Parent(s): f1cc368

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -1
templates/index.html CHANGED
@@ -83,11 +83,12 @@
83
  a:hover {
84
  background-color: yellow;
85
  color: black;
86
- transition: 0.5s ease-in-out;
87
  }
88
  a {
89
  text-decoration: none;
90
  color:rgb(83, 83, 83);
 
91
  }
92
  @media only screen and (orientation: portrait) {
93
  body {
 
83
  a:hover {
84
  background-color: yellow;
85
  color: black;
86
+ transition: 0.5s ease;
87
  }
88
  a {
89
  text-decoration: none;
90
  color:rgb(83, 83, 83);
91
+ transition: 0.5s ease;
92
  }
93
  @media only screen and (orientation: portrait) {
94
  body {