Compare commits

..

No commits in common. "ff1bd76e65d06b4e2de9659cff22bfda340dfca6" and "09c037a89aa6d784e6d9c9425b65784ccd1aa1d4" have entirely different histories.

2 changed files with 0 additions and 20 deletions

View File

@ -1,13 +1,3 @@
:root {
--primary-color: #afafaf;
--accent-color: #0074d9;
--bg-color: #2e2d2d;
--white: #ffffff;
--light-gray: #848991;
--border-color: #727070;
--text-color: #ffffff;
--black: #000000;
}
body {
background-color: #282828;
text-align: center;
@ -106,10 +96,3 @@ a {
display: block;
}
}
#bacino,
#searchBar {
padding: 10px;
font-size: 16px;
border-radius: 6px;
border: 1px solid var(--border-color);
}

View File

@ -171,6 +171,3 @@ nav ul li a {
nav ul li a:hover {
text-decoration: underline;
}
input::placeholder {
color: white;
}