We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1923e commit 3bf0c07Copy full SHA for 3bf0c07
assets/css/style.css
@@ -381,3 +381,13 @@ html {
381
#padding-left: 100px;
382
color: #fff;
383
}
384
+
385
+.capa_sobre_content a {
386
+ color: #fff; /* força o link branco */
387
+ text-decoration: underline; /* sublinha o link */
388
+}
389
390
+/* opcional: muda a cor ao passar o mouse */
391
+.capa_sobre_content a:hover {
392
+ color: #ddd; /* cor levemente diferente no hover */
393
0 commit comments