1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 15:55:08 +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{ :root{
--volt-purple: #582C83; --volt-purple: #582C83;
--background: #140022; --background: #140022;
--editor-purple: #522B79;
} }
*{ *{
@ -129,6 +130,7 @@ button:hover,
font-size: 0; font-size: 0;
cursor: move; cursor: move;
overflow: hidden; overflow: hidden;
background: var(--editor-purple);
} }
.Editor .background{ .Editor .background{
pointer-events: none; pointer-events: none;