summaryrefslogtreecommitdiff
path: root/src/css/editor.css
blob: 9b1588e3ed1c55809f34e919127f9c64edd99087 (plain)
1
2
3
4
5
6
7
8
9
10
11
@import url("./colors.css");

.code {
  width: 100%;
  font-size: 1.5rem;
}

.syntax-error {
  color: var(--red);
  background-color: var(--yellow);
}