add: darker bg in project list
This commit is contained in:
parent
ec3e3a3722
commit
5af21695b9
3 changed files with 3 additions and 6 deletions
|
@ -27,9 +27,6 @@
|
|||
display: grid;
|
||||
overflow: hidden;
|
||||
|
||||
& .skill {
|
||||
}
|
||||
|
||||
& .bg {
|
||||
padding: 0;
|
||||
height: 350px;
|
||||
|
@ -51,7 +48,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
backdrop-filter: blur(1px);
|
||||
transition: var(--transition-time);
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue