WatchOutForMike commited on
Commit
3f39abb
·
1 Parent(s): eb2c3cf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2387,6 +2387,7 @@ css = '''
2387
  #title{text-align: center}
2388
  #title h1{font-size: 3em; display:inline-flex; align-items:center; color: #ffd700;}
2389
  #title img{width: 100px; margin-right: 0.5em}
 
2390
  #gallery .grid-wrap{height: 10vh}
2391
  #lora_list{background: var(--block-background-fill);padding: 0 1em .3em; font-size: 90%; color: #ffd700;}
2392
  .card_internal{display: flex;height: 100px;margin-top: .5em; border: 2px solid #8b4513; background: #3a3a3a;}
@@ -2404,7 +2405,6 @@ css = '''
2404
  }
2405
  #title h1{font-size: 3em; display:inline-flex; align-items:center; color: #ffd700;}
2406
  body {background: url('https://www.transparenttextures.com/patterns/black-linen.png') center; font-family: 'Cinzel', serif;}
2407
- #title p { color: black; }
2408
 
2409
  '''
2410
 
 
2387
  #title{text-align: center}
2388
  #title h1{font-size: 3em; display:inline-flex; align-items:center; color: #ffd700;}
2389
  #title img{width: 100px; margin-right: 0.5em}
2390
+ #title p { color: black; }
2391
  #gallery .grid-wrap{height: 10vh}
2392
  #lora_list{background: var(--block-background-fill);padding: 0 1em .3em; font-size: 90%; color: #ffd700;}
2393
  .card_internal{display: flex;height: 100px;margin-top: .5em; border: 2px solid #8b4513; background: #3a3a3a;}
 
2405
  }
2406
  #title h1{font-size: 3em; display:inline-flex; align-items:center; color: #ffd700;}
2407
  body {background: url('https://www.transparenttextures.com/patterns/black-linen.png') center; font-family: 'Cinzel', serif;}
 
2408
 
2409
  '''
2410