Skip to content

Commit a497e46

Browse files
committed
ok
1 parent 4928b25 commit a497e46

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ <h1>SIMOC 2024</h1>
1212
<h2>Jogos:
1313
<ol>
1414
<li><a href="1/1.html">Maths Warriors (Guerreiros da Matemática).</a></li>
15-
<li><a href="2/2.html">Math Mastermind (clique aqui).</a></li>
16-
<li><a href="3/3.html">Mind Sports Challenge (Desafio dos Esportes Mentais (em breve)).</a></li>
15+
<li><a href="2/2.html">Math Mastermind.</a></li>
16+
<li><a href="3/3.html">Mind Sports Challenge (Desafio dos Esportes Mentais).</a></li>
1717
</ol>
1818
</h2>
1919

style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ li {
1111
margin-bottom: 10px;
1212
}
1313

14-
footer, a {
14+
a {color: rgb(255, 105, 105);}
15+
16+
footer {
1517
text-align: center;
1618
color: rgb(255, 105, 105);
1719
padding-top: 100px;

0 commit comments

Comments
 (0)