Merge remote-tracking branch 'origin/master'

This commit is contained in:
Mohammed Al-yaseen
2025-05-14 22:33:54 +03:00
5 changed files with 130 additions and 65 deletions

View File

@@ -114,7 +114,7 @@ button {
}
a {
color: var(--p-color);
color: var(--secondary-color);
text-decoration: none;
}
@@ -563,7 +563,7 @@ strong {
.profile-small-title {
border-right: 1px solid var(--border-color);
color: var(--secondary-color);
color: var(--primary-color);
font-weight: var(--font-weight-bold);
min-width: 140px;
margin-right: 10px;
@@ -605,7 +605,7 @@ strong {
}
.featured-text {
color: var(--secondary-color);
color: var(--primary-color);
}
.featured-border-bottom {