gamemeine commited on
Commit
a927aa5
·
1 Parent(s): d98e64a

Fix header

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -352,6 +352,11 @@ body {
352
  justify-content: center;
353
  margin-top: 30px;
354
  }
 
 
 
 
 
355
  .povisle-btn {
356
  align-items: center;
357
  border: 1px solid transparent;
@@ -362,7 +367,7 @@ body {
362
  gap: 7px;
363
  line-height: 1;
364
  padding: 10px 18px;
365
- text-decoration: none;
366
  transition: all 0.18s ease;
367
  }
368
  .povisle-btn svg {
 
352
  justify-content: center;
353
  margin-top: 30px;
354
  }
355
+ .povisle-links-row a,
356
+ .povisle-links-row a:hover,
357
+ .povisle-links-row a:visited {
358
+ text-decoration: none !important;
359
+ }
360
  .povisle-btn {
361
  align-items: center;
362
  border: 1px solid transparent;
 
367
  gap: 7px;
368
  line-height: 1;
369
  padding: 10px 18px;
370
+ text-decoration: none !important;
371
  transition: all 0.18s ease;
372
  }
373
  .povisle-btn svg {