Skip to content

Commit

Permalink
Green
Browse files Browse the repository at this point in the history
  • Loading branch information
kognise committed Aug 26, 2022
1 parent c36d8d8 commit 33a5d4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap');

:root {
--pcb-base: #016e3a;
--pcb-base: #016535;
--pcb-trace: #014a27;
--pcb-trace-lighter: #11844d;
--pcb-trace-lighter: #08693a;
--enig: #c49806;
--accent-darker: #4e319e;
--accent-lighter: #7142f2;
Expand Down Expand Up @@ -334,14 +334,14 @@ body {
font-family: inherit;
line-height: inh;
border: none;
background: var(--pcb-trace);
background: var(--pcb-base);
color: #ffffff;
cursor: pointer;
border-radius: 3px;
}

.cm-open-button button:hover {
background: var(--pcb-trace-lighter);
background: var(--pcb-trace);
}

.cm-open-button bitmap-preview {
Expand Down

0 comments on commit 33a5d4f

Please sign in to comment.