Skip to content

Commit bdcab4a

Browse files
committed
made hyperlink text white too
1 parent 6cad516 commit bdcab4a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h1>🌐 DaUmega Free Tools</h1>
1212
<p>Minimalistic, privacy-friendly web apps hosted on GitHub Pages</p>
1313
<p class="opensource">
14-
All projects here are <strong>open source</strong>,
14+
All projects here are <strong>free and open source</strong>,
1515
view on
1616
<a href="https://github.com/DaUmega" target="_blank" rel="noopener noreferrer">
1717
Github

styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ footer {
152152
color: #6c7cff;
153153
}
154154

155+
a, a:visited {
156+
color: var(--text);
157+
text-decoration: underline;
158+
}
159+
155160
/* ====== Mobile / Small Screens ====== */
156161
@media (max-width: 768px) {
157162
main {

0 commit comments

Comments
 (0)