Browse Source

Modify link color

pull/2/head
QuickMythril 6 months ago
parent
commit
c844a71071
  1. 4
      src/index.css

4
src/index.css

@ -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…
Cancel
Save