Skip to content

Instantly share code, notes, and snippets.

@derekmc
derekmc / black_keyboard.html
Last active March 3, 2023 19:47
repeat on swipe too
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
/* CSS */
:root{
--fgcol: rgb(255, 255, 255);
--bgcol: rgb(0, 0, 0);
--midcol: rgb(45, 45, 45);