Newer
Older
cortex-hub / ui / client-app / src / components / ChatWindow.css
code {
    /* font-family: 'Courier New', Courier, monospace; */
    background-color: #f4f4f4;
    color: #333;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 90%;
    font-weight: bold;
  }