PradyumnaKrishna / enigma-protocol

An end to end encrypted messenger using Flask, SocketIO, and Vue.js
https://protocol.onpy.in
MIT License
20 stars 34 forks source link

fix: issue #44 #54

Closed ydv-ankit closed 11 months ago

ydv-ankit commented 11 months ago

this color is visible so i think we can choose this one

ydv-ankit commented 11 months ago

hwo about these classes 'text-light bg-dark' ??

PradyumnaKrishna commented 11 months ago

text-light for the user id, and the input add a css in the style block of this file.

input::placeholder {
  color: gray;
}
ydv-ankit commented 11 months ago

changes made, check them