PocketDoc commited on
Commit
20f05a5
·
verified ·
1 Parent(s): d193e33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -195,7 +195,7 @@ TOP_P: 0.9</pre
195
  rel="noopener noreferrer"
196
  class="mancer-button"
197
  >
198
- mancer
199
  </a>
200
  </p>
201
  <h3>Training Process</h3>
@@ -429,7 +429,9 @@ TOP_P: 0.9</pre
429
  margin: 1em 0;
430
  }
431
  .mancer-button {
432
- display: inline-block;
 
 
433
  background: #1a1a1a;
434
  color: #e49b3e;
435
  padding: 10px 20px;
@@ -438,18 +440,25 @@ TOP_P: 0.9</pre
438
  font-family: "VT323", monospace;
439
  font-weight: bold;
440
  font-size: 20px;
441
- text-decoration: none !important; /* Ensures no underline */
442
  text-shadow: 0 0 2px #e49b3e;
443
  box-shadow: 0 0 10px rgba(228, 155, 62, 0.3);
444
  transition: all 0.3s ease;
445
- line-height: 1.2; /* Added to improve vertical alignment */
446
- vertical-align: middle; /* Added to ensure proper vertical alignment */
 
 
 
 
 
 
 
447
  }
448
  .mancer-button:hover {
449
  background: #2a2a2a;
450
  box-shadow: 0 0 15px rgba(228, 155, 62, 0.5);
451
  text-shadow: 0 0 4px #e49b3e;
452
- text-decoration: none !important; /* Ensures no underline on hover */
453
  }
454
  </style>
455
  </html>
 
195
  rel="noopener noreferrer"
196
  class="mancer-button"
197
  >
198
+ mancer
199
  </a>
200
  </p>
201
  <h3>Training Process</h3>
 
429
  margin: 1em 0;
430
  }
431
  .mancer-button {
432
+ display: inline-flex;
433
+ align-items: center;
434
+ gap: 8px;
435
  background: #1a1a1a;
436
  color: #e49b3e;
437
  padding: 10px 20px;
 
440
  font-family: "VT323", monospace;
441
  font-weight: bold;
442
  font-size: 20px;
443
+ text-decoration: none !important;
444
  text-shadow: 0 0 2px #e49b3e;
445
  box-shadow: 0 0 10px rgba(228, 155, 62, 0.3);
446
  transition: all 0.3s ease;
447
+ line-height: 1.4;
448
+ }
449
+ .mancer-button::before {
450
+ content: "⚡";
451
+ display: inline-flex;
452
+ align-items: center;
453
+ justify-content: center;
454
+ font-size: 20px;
455
+ line-height: 1;
456
  }
457
  .mancer-button:hover {
458
  background: #2a2a2a;
459
  box-shadow: 0 0 15px rgba(228, 155, 62, 0.5);
460
  text-shadow: 0 0 4px #e49b3e;
461
+ text-decoration: none !important;
462
  }
463
  </style>
464
  </html>