refactor: more constrast, clearer favs

This commit is contained in:
Barf-Vader
2025-06-16 17:54:40 +01:00
parent 7332c0376b
commit f48d457f5b
17 changed files with 102 additions and 53 deletions

View File

@@ -56,7 +56,7 @@
text-decoration: none;
}
.green {
background-color: #49bd85;
background-color: #189f5e;
}
.grey {
background-color: #2e4653;
@@ -68,7 +68,7 @@
flex: 1;
display: flex;
flex-direction: column;
padding: 0.5rem;
padding: 0.4rem;
color: #edebe9;
}
img {
@@ -80,6 +80,7 @@
h1 {
margin-bottom: 0.5rem;
font-size: 1.5rem;
}
.tagContainer {
@@ -108,7 +109,7 @@
}
.tagGrey {
background-color: #49bd85;
background-color: #189f5e;
}
.compulsoryContainer {
@@ -123,12 +124,13 @@
}
.image-container .fav-button {
position: absolute;
top: 0.5rem;
right: 0.5rem;
background: rgba(11, 128, 34, 0.4);
border-radius: 50%;
padding: 0.25rem;
top: 0;
right: 0;
background: #189f5e;
border-radius: 0 0 0 0.5rem;
z-index: 1;
width: 2.75rem;
height: 2.75rem;
}
.footer {