Grammalecte  Diff

Differences From Artifact [3db8f723a8]:

To Artifact [1adc42b15c]:


11
12
13
14
15
16
17

18
19
20
21
22
23
24
}

.grammalecte_paragraph {
    margin: 0;
    padding: 10px;
    background-color: hsl(0, 0%, 96%);
    border-radius: 2px;

    font-size: 14px;
    font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    color: hsl(0, 0%, 0%);
}


/*







>







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
}

.grammalecte_paragraph {
    margin: 0;
    padding: 10px;
    background-color: hsl(0, 0%, 96%);
    border-radius: 2px;
    line-height: normal;
    font-size: 14px;
    font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    color: hsl(0, 0%, 0%);
}


/*
171
172
173
174
175
176
177


178
179
180
181
182
183
184
}


/*
    ERRORS
*/
.grammalecte_error {


    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    text-shadow: unset;
    /* default color */
    background-color: hsl(240, 10%, 50%);
    color: hsl(240, 0%, 96%);







>
>







172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
}


/*
    ERRORS
*/
.grammalecte_error {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    text-shadow: unset;
    /* default color */
    background-color: hsl(240, 10%, 50%);
    color: hsl(240, 0%, 96%);