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:
parent
6db0040f37
commit
398936bafd
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue