BraydenMoore commited on
Commit
37c0722
·
1 Parent(s): 16fb9b3

Update styling

Browse files
Files changed (1) hide show
  1. Templates/index.html +0 -16
Templates/index.html CHANGED
@@ -138,22 +138,6 @@
138
  .na {
139
  color: white;
140
  }
141
- .over-under-wrapper .overlay {
142
- position: absolute;
143
- top: 0;
144
- left: 0;
145
- width: 100%;
146
- background-color: rgba(0, 0, 0, 0.8);
147
- color: white;
148
- display: flex;
149
- justify-content: center;
150
- align-items: center;
151
- opacity: 0;
152
- transition: opacity 0.3s ease;
153
- }
154
- .over-under-wrapper:hover .overlay {
155
- opacity: 1;
156
- }
157
 
158
  .highlight {
159
  background: rgb(100, 100, 100) !important;
 
138
  .na {
139
  color: white;
140
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
 
142
  .highlight {
143
  background: rgb(100, 100, 100) !important;