rename to memex

This commit is contained in:
2022-07-25 19:31:54 -04:00
parent 65ec4286da
commit 1a423f703b
122 changed files with 416 additions and 416 deletions

View File

@ -58,7 +58,7 @@ liveSocket.connect()
window.liveSocket = liveSocket
// Copy to clipboard
window.addEventListener('lokal:clipcopy', (event) => {
window.addEventListener('memex:clipcopy', (event) => {
if ('clipboard' in navigator) {
const text = event.target.textContent
navigator.clipboard.writeText(text)

View File

@ -9,7 +9,7 @@ module.exports = {
colors: {
transparent: 'transparent',
current: 'currentColor',
primary: colors.indigo,
primary: colors.black,
black: colors.black,
white: colors.white,
gray: colors.neutral,