Grammalecte  Diff

Differences From Artifact [51c3b220a1]:

To Artifact [90aa27d1f6]:


1
2
3
4
5










6
7
8
9
10
11
12
/* CSS */

button {
    font-weight: bold;
}











/*
    Dictionary
*/
.dictionary {
    font-size: 18px;
    font-weight: bold;





>
>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* CSS */

button {
    font-weight: bold;
}

.dialogheader-title {
  margin: 5px;
  padding: 5px 8px;
  border: 1px solid hsl(210, 50%, 80%);
  background-color: hsl(210, 50%, 50%);
  color: hsl(210, 10%, 90%);
  font-size: larger;
  font-weight: bold;
}

/*
    Dictionary
*/
.dictionary {
    font-size: 18px;
    font-weight: bold;