Skip to content

Commit 5d9044a

Browse files
authored
Merge pull request #348 from cherylpinto/feature/issue-#311
Feat: Added Structured Content for Technical Tab
2 parents e2d6b24 + 8473614 commit 5d9044a

File tree

2 files changed

+688
-68
lines changed

2 files changed

+688
-68
lines changed

src/css/custom.css

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,6 +1701,10 @@ html {
17011701
.interview-prep-discord-btn{
17021702
color:white;
17031703

1704+
}
1705+
.interview-prep-discord-btn:hover{
1706+
color:white;
1707+
17041708
}
17051709

17061710
[data-theme='dark'] .overview-sidebar-blue{
@@ -1716,5 +1720,75 @@ html {
17161720
border-color: #a855f7
17171721

17181722
}
1723+
[data-theme='dark'] .technical-outer{
1724+
border-color: #3b82f6
1725+
1726+
}
1727+
[data-theme='dark'] .technical-inner{
1728+
border-color: #374151
1729+
1730+
}
1731+
[data-theme='dark'] .technical-inner-success{
1732+
border-color: #92400e
1733+
}
1734+
1735+
[data-theme='dark'] .question-bank-purple{
1736+
border-color: #a855f7
1737+
}
1738+
[data-theme='dark'] .question-bank-blue{
1739+
border-color: #3b82f6
1740+
}
1741+
[data-theme='dark'] .question-bank-green{
1742+
border-color: #22c55e
1743+
}
1744+
[data-theme='dark'] .question-bank-orange{
1745+
border-color: v
1746+
}
1747+
.technical-btn{
1748+
color: white;
1749+
}
1750+
1751+
.technical-btn:hover{
1752+
color:white;
1753+
}
17191754

1755+
/* Dark mode border overrides for Technical tab subtopic cards */
17201756

1757+
/* Purple */
1758+
[data-theme='dark'] .question-bank-subtopic-purple {
1759+
border-color: #a855f7 !important; /* purple-500 */
1760+
}
1761+
1762+
/* Blue */
1763+
[data-theme='dark'] .question-bank-subtopic-blue {
1764+
border-color: #3b82f6 !important; /* blue-500 */
1765+
}
1766+
1767+
/* Green */
1768+
[data-theme='dark'] .question-bank-subtopic-green {
1769+
border-color: #22c55e !important; /* green-500 */
1770+
}
1771+
1772+
/* Orange */
1773+
[data-theme='dark'] .question-bank-subtopic-orange {
1774+
border-color: #f97316 !important; /* orange-500 */
1775+
}
1776+
1777+
/* Pink */
1778+
[data-theme='dark'] .question-bank-subtopic-pink {
1779+
border-color: #ec4899 !important; /* pink-500 */
1780+
}
1781+
1782+
/* Cyan */
1783+
[data-theme='dark'] .question-bank-subtopic-cyan {
1784+
border-color: #06b6d4 !important; /* cyan-500 */
1785+
}
1786+
1787+
1788+
.explore-btn{
1789+
color:white;
1790+
}
1791+
1792+
.explore-btn:hover{
1793+
color:white;
1794+
}

0 commit comments

Comments
 (0)