Spaces:
Running
Running
Update src/templates/base.html
Browse files- src/templates/base.html +13 -5
src/templates/base.html
CHANGED
|
@@ -77,16 +77,24 @@ main {
|
|
| 77 |
color: var(--accent-green);
|
| 78 |
}
|
| 79 |
|
| 80 |
-
.
|
| 81 |
color: var(--accent-green);
|
| 82 |
text-decoration: none;
|
| 83 |
cursor: pointer;
|
| 84 |
}
|
| 85 |
|
| 86 |
-
.
|
| 87 |
opacity: 0.8;
|
| 88 |
}
|
| 89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
.icon-btn {
|
| 91 |
color: var(--text-dim);
|
| 92 |
text-decoration: none;
|
|
@@ -354,8 +362,8 @@ input[type="password"] {
|
|
| 354 |
<div>
|
| 355 |
© 2025 CryptoVAT <span style="opacity:0.5;">v4.1</span>
|
| 356 |
</div>
|
| 357 |
-
<div>
|
| 358 |
-
Created with ❤️ by <a href="https://x.com/heisbuba" title="X @heisbuba" target="_blank"><Buba</
|
| 359 |
</div>
|
| 360 |
</footer>
|
| 361 |
|
|
|
|
| 77 |
color: var(--accent-green);
|
| 78 |
}
|
| 79 |
|
| 80 |
+
.header h1 > a {
|
| 81 |
color: var(--accent-green);
|
| 82 |
text-decoration: none;
|
| 83 |
cursor: pointer;
|
| 84 |
}
|
| 85 |
|
| 86 |
+
.header h1 > a:hover {
|
| 87 |
opacity: 0.8;
|
| 88 |
}
|
| 89 |
+
|
| 90 |
+
.credit a {
|
| 91 |
+
color: var(--accent-green);
|
| 92 |
+
text-decoration: none;
|
| 93 |
+
cursor: pointer;}
|
| 94 |
+
|
| 95 |
+
.credit a:hover {
|
| 96 |
+
opacity: 0.8;
|
| 97 |
+
}
|
| 98 |
.icon-btn {
|
| 99 |
color: var(--text-dim);
|
| 100 |
text-decoration: none;
|
|
|
|
| 362 |
<div>
|
| 363 |
© 2025 CryptoVAT <span style="opacity:0.5;">v4.1</span>
|
| 364 |
</div>
|
| 365 |
+
<div class="credit">
|
| 366 |
+
Created with ❤️ by <a href="https://x.com/heisbuba" title="X @heisbuba" target="_blank"><Buba></a> 4rom Nigeria
|
| 367 |
</div>
|
| 368 |
</footer>
|
| 369 |
|