more text for lost projects

This commit is contained in:
Jan Wolff 2024-01-11 20:36:18 +01:00
parent 27729f4e06
commit e1d8310c72
2 changed files with 71 additions and 21 deletions

View file

@ -44,18 +44,16 @@ img {
.sub-container {
display: block;
color: rgb(31, 32, 31);
background: rgb(251, 251, 251);
padding: 0.75rem;
margin: 1rem;
transition: color 0.2s, border-color 0.2s;
border: solid 1px rgb(128, 128, 128);
border-radius: 0.3rem;
box-shadow: rgba(0, 0, 0, 0.45) 0 0.1rem 0.2rem;
transition: color 0.2s, box-shadow 0.2s;
}
.sub-container:hover {
color: rgb(54, 63, 54);
box-shadow: rgba(0, 0, 0, 0.4) 0 0.2rem 0.3rem;
border-color: rgb(54, 63, 54);
}
.sub-container .img-container {
@ -70,7 +68,7 @@ img {
height: 100%;
background-size: cover;
background-position: center;
transition: transform 0.5s;
transition: transform 0.2s;
}
.sub-container:hover .img-container-child {
@ -164,10 +162,6 @@ a {
transition: color 0.2s;
}
a:hover {
color: #59aa59;
}
::selection {
color: #ffffff;
background: #108f10;
@ -178,10 +172,6 @@ a:hover {
color: rgb(123, 224, 123);
}
a:hover {
color: rgb(150, 255, 150);
}
body {
background: #0d0d0d;
color: #ebebeb;
@ -198,12 +188,12 @@ a:hover {
.sub-container {
color: rgb(123, 224, 123);
background: rgb(31, 32, 31);
border-color: rgb(78, 78, 78);
}
.sub-container:hover {
color: rgb(150, 255, 150);
box-shadow: rgba(0, 0, 0, 0.4) 0 0.2rem 0.3rem;
border-color: rgb(120, 180, 120);
}
::selection {