Grammalecte  Diff

Differences From Artifact [5a951f6db8]:

To Artifact [01be88bd1f]:


36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
    letter-spacing: -0.08em;
}
.goto {
    letter-spacing: -0.08em;
}

#links {
    margin: 20px 0 10px 0;
}

a.link {
    color: hsl(210, 30%, 40%);
    text-decoration: none;
}
a.link:hover {







|







36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
    letter-spacing: -0.08em;
}
.goto {
    letter-spacing: -0.08em;
}

#links {
    padding: 6px 0 3px 0;
}

a.link {
    color: hsl(210, 30%, 40%);
    text-decoration: none;
}
a.link:hover {
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
    color: hsl(180, 80%, 20%);
    text-shadow: 0 0 1px hsl(180, 50%, 10%);
}

footer#promo {
    background-color: hsl(0, 0%, 92%);
    border-top: 1px solid hsl(0, 0%, 86%);
    padding: 20px;
}

footer#thanks {
    background-color: hsl(0, 0%, 86%);
    border-top: 1px solid hsl(0, 0%, 80%);
    padding: 15px 15px;
}
footer#thanks p {
    margin: 3px 0;
    font-size: 14px;
}








|












179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
    color: hsl(180, 80%, 20%);
    text-shadow: 0 0 1px hsl(180, 50%, 10%);
}

footer#promo {
    background-color: hsl(0, 0%, 92%);
    border-top: 1px solid hsl(0, 0%, 86%);
    padding: 10px;
}

footer#thanks {
    background-color: hsl(0, 0%, 86%);
    border-top: 1px solid hsl(0, 0%, 80%);
    padding: 15px 15px;
}
footer#thanks p {
    margin: 3px 0;
    font-size: 14px;
}