Grammalecte  Diff

Differences From Artifact [8493426f17]:

To Artifact [62b6a530c3]:


47
48
49
50
51
52
53



54
55
56
57
58
59
60
}
h3 {
    margin: 3px 0 2px 0;
    color: hsl(210, 50%, 50%);
    font: bold 16px "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
}





#categories {
    display: flex;
    padding: 10px 0;
}

#word_section2 {







>
>
>







47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
}
h3 {
    margin: 3px 0 2px 0;
    color: hsl(210, 50%, 50%);
    font: bold 16px "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
}

#editor {
    display: none;
}

#categories {
    display: flex;
    padding: 10px 0;
}

#word_section2 {
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
    border-radius: 3px;
    height: 24px;
    background: transparent;
    font: normal 20px Tahoma, "Ubuntu Condensed";
    color: hsl(0, 0%, 20%);
}
input[placeholder] {
    color: hsl(0, 0%, 80%);
}


#actions {
    display: none;
    padding: 10px;
}







|







137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
    border-radius: 3px;
    height: 24px;
    background: transparent;
    font: normal 20px Tahoma, "Ubuntu Condensed";
    color: hsl(0, 0%, 20%);
}
input[placeholder] {
    color: hsl(0, 0%, 50%);
}


#actions {
    display: none;
    padding: 10px;
}