Css changes (var)

This commit is contained in:
mrfry 2021-04-09 17:12:00 +02:00
parent 4f9a41dea8
commit 982244484f
5 changed files with 10 additions and 5 deletions

View file

@ -4,6 +4,7 @@
--bright-color: #f2f2f2;
--background-color: #222426;
--hoover-color: #393939;
--dark-color: #191919;
}
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
@ -40,8 +41,8 @@ textarea {
input {
color: var(--text-color);
background-color: var(--background-color);
border: 0px solid #444;
width: 100%;
border: 1px solid #444;
width: 98%;
}
input:focus {