Converter is a huge W.I.P !!!! expect bugs!!!
This commit is contained in:
parent
94ebbfba18
commit
72d25bf5e1
8 changed files with 318 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue