mirror of
https://github.com/Qortal/q-fund-v2.git
synced 2025-01-30 14:52:19 +00:00
Merge pull request #2 from QuickMythril/link-readability
Modify link color
This commit is contained in:
commit
b1f0173746
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user