style: paleta de cores

This commit is contained in:
2025-01-20 15:32:05 -03:00
parent 203c7345fb
commit 4df3c6e8a8
14 changed files with 85 additions and 70 deletions

View File

@@ -1,7 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&display=swap');
:root {
--main-gradient: linear-gradient(145deg, #1E2A3B, #2C3E50);
}
body {
margin: 70px 0px 0px 0px;
/* padding: 15px; */
}
h1{
@@ -90,6 +96,7 @@ text-align: center;
display: inline-block;
color: #fff;
cursor: pointer;
transition: display 0.9s ;
}
.dropdown-content {
@@ -99,7 +106,6 @@ text-align: center;
background-color: #313238;
min-width: 160px;
box-shadow: 0px 3px 10px #464646;
transition: display 0.9s ease-in-out
}
.dropdown-content a {
@@ -107,11 +113,15 @@ text-align: center;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #7a7a7a;
border-radius: 5px;
display: block;
}
.img-drop {