Converter is a huge W.I.P !!!! expect bugs!!!

This commit is contained in:
Violet 2023-08-23 16:35:10 +00:00
parent 94ebbfba18
commit 72d25bf5e1
8 changed files with 318 additions and 31 deletions

View file

@ -1,6 +1,6 @@
:root {
--primary-color: rgb(230, 210, 255);
--text-color: white;
--text-color: rgb(230, 230, 255);
--background-color: rgb(50, 35, 75);
--second-bg-color: black;
}
@ -40,7 +40,7 @@ select,
input {
display: inline-grid;
background-color: var(--second-bg-color);
color: var(--primary-color);
color: var(--text-color);
margin: 5px auto;
border: 2px var(--primary-color) solid;
border-radius: 5px;