Skip to content
Snippets Groups Projects
Verified Commit d14b38a3 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: new colors and borders

parent 1dbec8fa
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2717 passed
......@@ -20,7 +20,7 @@ export const AudioGB: FC<AudioGBProps> = ({
getAudioOutput,
interval = 1,
drawInterval = 1000 / 60,
color = 0x50cb93ff,
color = 0x58b09cff,
range = 128,
rangeVolume = 32,
engine = "webgl",
......
.tiles-gb > .canvas {
background-color: #1b1a17;
border: 2px solid #50cb93;
border: 2px solid #58b09c;
border-radius: 8px 8px 8px 8px;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
padding: 8px 8px 8px 8px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment