Skip to content

Commit 9f55db4

Browse files
committed
feat: style
1 parent 49da0e5 commit 9f55db4

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

blog.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,6 +1930,22 @@
19301930
padding: 0;
19311931
}
19321932

1933+
a {
1934+
color: #fff;
1935+
font-weight: bold;
1936+
font-size: 1em;
1937+
}
1938+
1939+
a:visited {
1940+
color: #ddd;
1941+
}
1942+
1943+
a:hover {
1944+
color: #ffcc00; /* Altera a cor ao passar o mouse */
1945+
text-decoration: underline; /* Adiciona sublinhado */
1946+
font-size: 1.1em; /* Aumenta ligeiramente o tamanho da fonte */
1947+
}
1948+
19331949
li {
19341950
margin: 20px 0;
19351951
padding: 10px;

0 commit comments

Comments
 (0)