Merge pull request 'nesting' (#7) from KrstlSkll69/profilePage:main into main
All checks were successful
Code quality checks / biome (push) Successful in 9s

Reviewed-on: #7
This commit is contained in:
creations 2025-04-27 01:10:50 +02:00
commit 52e4c86808

View file

@ -99,10 +99,10 @@ body {
opacity: 0.5;
transition: opacity 0.3s ease;
}
.open-source-logo:hover {
&:hover {
opacity: 1 !important;
}
}
.hidden {
@ -351,10 +351,10 @@ ul {
border: 1px solid var(--border-color);
transition: background-color 0.3s ease;
}
.activity:hover {
&:hover {
background: var(--card-hover-bg);
}
}
.activity-wrapper {
@ -517,17 +517,17 @@ ul {
text-decoration: none;
transition: background-color 0.2s ease;
display: inline-block;
}
.activity-button:hover {
&:hover {
background-color: var(--button-hover-bg);
text-decoration: none;
}
}
.activity-button:disabled {
&:disabled {
background-color: var(--button-disabled-bg);
cursor: not-allowed;
opacity: 0.8;
}
}
@media (max-width: 600px) {