Skip to content

Commit 3bf0c07

Browse files
authored
Update style.css
Changing color of hiperlinked text
1 parent fc1923e commit 3bf0c07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/css/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,3 +381,13 @@ html {
381381
#padding-left: 100px;
382382
color: #fff;
383383
}
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

Comments
 (0)