We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cad516 commit bdcab4aCopy full SHA for bdcab4a
index.html
@@ -11,7 +11,7 @@
11
<h1>🌐 DaUmega Free Tools</h1>
12
<p>Minimalistic, privacy-friendly web apps hosted on GitHub Pages</p>
13
<p class="opensource">
14
- All projects here are <strong>open source</strong>,
+ All projects here are <strong>free and open source</strong>,
15
view on
16
<a href="https://github.com/DaUmega" target="_blank" rel="noopener noreferrer">
17
Github
styles.css
@@ -152,6 +152,11 @@ footer {
152
color: #6c7cff;
153
}
154
155
+a, a:visited {
156
+ color: var(--text);
157
+ text-decoration: underline;
158
+}
159
+
160
/* ====== Mobile / Small Screens ====== */
161
@media (max-width: 768px) {
162
main {
0 commit comments