1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 07:45:04 +00:00

volt-purple as editor background

This commit is contained in:
thomasrosen 2021-01-23 19:02:48 +01:00
parent 6db0040f37
commit 398936bafd

View file

@ -1,6 +1,7 @@
:root{
--volt-purple: #582C83;
--background: #140022;
--editor-purple: #522B79;
}
*{
@ -129,6 +130,7 @@ button:hover,
font-size: 0;
cursor: move;
overflow: hidden;
background: var(--editor-purple);
}
.Editor .background{
pointer-events: none;