feat: work on code highlighting

This commit is contained in:
Alexander Daichendt 2022-07-26 22:11:03 +02:00
parent c342dadf21
commit f18cdf501a
8 changed files with 120 additions and 23 deletions

View file

@ -163,6 +163,7 @@
color: var(--text-color);
transition: background-color 0.3s ease-in;
font-family: 'Ubuntu Mono', monospace;
line-height: 1.3;
overflow-y: scroll;
margin: 0;
margin-top: 8px;