Skip to content

Commit cf2311e

Browse files
committed
favicon adicionado
cores dos links alterados
1 parent 9746c4d commit cf2311e

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

imagens/favicon.ico

15 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>GigTracker</title>
7+
<link rel="shortcut icon" href="imagens/favicon.ico" type="image/x-icon">
78
<link rel="stylesheet" href="style.css">
89
</head>
910
<body>

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ body.light .card {
8787

8888
.links a {
8989
margin-right: 10px;
90-
color: #1db954;
90+
color: #BB4;
9191
text-decoration: none;
9292
font-weight: bold;
9393
}

0 commit comments

Comments
 (0)