updated color randomizer, allows for custom color visualization now too

This commit is contained in:
zyqunix 2024-12-26 15:57:46 +01:00
parent 71924663d8
commit 4008467462
8 changed files with 106 additions and 8 deletions

View file

@ -193,6 +193,11 @@ html {
}
@media (max-width: 480px) {
body {
margin: 0 10px;
}
.tools-main {
max-width: 100%;
}
@ -220,6 +225,6 @@ html {
.welcome {
font-size: 0.8rem;
width: 100%;
padding-top: 30px;
margin-top: 70px;
}
}