Add project backgrounds

This commit is contained in:
Maksim Eltyshev
2020-05-26 00:46:04 +05:00
parent af4297ac62
commit 3bb68b0d4f
67 changed files with 774 additions and 210 deletions

View File

@@ -3,7 +3,7 @@
}
.item:hover {
background: hsla(0, 0%, 0%, 0.32) !important;
background: rgba(0, 0, 0, 0.32) !important;
}
.logo {
@@ -52,7 +52,7 @@
}
.wrapper {
background: hsla(0, 0%, 0%, 0.24);
background: rgba(0, 0, 0, 0.24);
display: flex;
flex: 0 0 auto;
}