3
0
mirror of https://github.com/Qortal/q-fund-v2.git synced 2025-01-30 06:42:21 +00:00

Merge pull request #2 from QuickMythril/link-readability

Modify link color
This commit is contained in:
Qortal Dev 2024-04-02 12:48:42 -06:00 committed by GitHub
commit b1f0173746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,6 +151,10 @@ body::-webkit-scrollbar-thumb:hover {
fill: red;
}
a {
color: #0254f1;
}
.qortal-link {
text-decoration: none; /* Removes the underline */
color: inherit; /* Inherits the color of the parent element */