mirror of
https://github.com/ParkerTenBroeck/hdl_sim.git
synced 2026-06-06 21:24:06 -04:00
added verilog support
This commit is contained in:
parent
5746846896
commit
c3a3e89082
20 changed files with 633 additions and 88 deletions
|
|
@ -300,6 +300,26 @@ textarea {
|
|||
background: var(--surface-soft);
|
||||
}
|
||||
|
||||
.editorLanguageLabel {
|
||||
font-size: 12px;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.editorLanguageSelect {
|
||||
min-width: 104px;
|
||||
padding: 7px 10px;
|
||||
border: 1px solid var(--border-soft);
|
||||
border-radius: 10px;
|
||||
color: var(--text);
|
||||
background: var(--surface-soft);
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.editorLanguageSelect:focus {
|
||||
outline: 2px solid var(--accent-soft);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.lineGutter {
|
||||
width: 54px;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue