We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463807d commit d102e83Copy full SHA for d102e83
1 file changed
docs/index.html
@@ -29,6 +29,9 @@
29
position: relative;
30
width: 100%;
31
}
32
+ a {
33
+ text-decoration: none;
34
+ }
35
header {
36
align-items: center;
37
display: flex;
@@ -78,7 +81,6 @@
78
81
color: #222222;
79
82
font-size: 14px;
80
83
margin: 0 10px 0 0;
- text-decoration: none;
84
85
header .social {
86
flex-grow: 1;
@@ -87,7 +89,6 @@
87
89
88
90
header .social a {
91
92
93
main {
94
margin: auto;
@@ -98,6 +99,7 @@
98
99
background-color: #0C56A7;
100
border-radius: 10px;
101
color: #FFFFFF;
102
+ font-weight: bold;
103
margin: 0;
104
overflow: hidden;
105
padding: 20px;
@@ -141,7 +143,6 @@
141
143
142
144
footer a {
145
color: #0C56A7;
146
padding: 20px 0 100px;
147
148
</style>
0 commit comments