Skip to content

Commit d102e83

Browse files
committed
style fixes
1 parent 463807d commit d102e83

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
position: relative;
3030
width: 100%;
3131
}
32+
a {
33+
text-decoration: none;
34+
}
3235
header {
3336
align-items: center;
3437
display: flex;
@@ -78,7 +81,6 @@
7881
color: #222222;
7982
font-size: 14px;
8083
margin: 0 10px 0 0;
81-
text-decoration: none;
8284
}
8385
header .social {
8486
flex-grow: 1;
@@ -87,7 +89,6 @@
8789
}
8890
header .social a {
8991
color: #222222;
90-
text-decoration: none;
9192
}
9293
main {
9394
margin: auto;
@@ -98,6 +99,7 @@
9899
background-color: #0C56A7;
99100
border-radius: 10px;
100101
color: #FFFFFF;
102+
font-weight: bold;
101103
margin: 0;
102104
overflow: hidden;
103105
padding: 20px;
@@ -141,7 +143,6 @@
141143
}
142144
footer a {
143145
color: #0C56A7;
144-
text-decoration: none;
145146
padding: 20px 0 100px;
146147
}
147148
</style>

0 commit comments

Comments
 (0)