add original matrix board to monitor
This commit is contained in:
parent
2f87ea925e
commit
878ce89bab
7 changed files with 148 additions and 20 deletions
18
public/shared.css
Normal file
18
public/shared.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
:root {
|
||||
--citrus: #c2d72f;
|
||||
--bleue: #0093ff;
|
||||
--marine: #20dfb2;
|
||||
--horange: #ff6000;
|
||||
--main-bg-color: var(--marine);
|
||||
--main-fg-color: var(--bleue);
|
||||
--main-hl-color: var(--horange);
|
||||
--transparent: #0f0;
|
||||
}
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-family: "Arial Rounded MT Bold", sans-serif;
|
||||
color: black;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue