This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

tweak styles

+4 -3
+2
src/components/Definitions/Definitions.css
··· 95 95 background-color: var(--navbar-bg); 96 96 color: var(--text); 97 97 transition: background-color 0.3s ease, color 0.3s ease; 98 + font-family: articulat-cf; 98 99 } 99 100 100 101 .toggle-icon { ··· 118 119 padding: 15px; 119 120 border-top: 1px solid var(--card-border); 120 121 margin-left: 0px; 122 + font-family: articulat-cf; 121 123 } 122 124 123 125 .definition-item:hover {
-1
src/components/Resources/Resources.css
··· 452 452 .resource-card:hover { 453 453 transform: translateY(-4px); 454 454 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); 455 - background-color: var(--card-border); 456 455 } 457 456 458 457 .resource-content {
+2 -2
src/components/common/RelatedPagesNav.css
··· 10 10 11 11 .related-pages-title { 12 12 padding: 15px; 13 - margin: 0; 13 + margin: 0 !important; 14 14 font-weight: 600; 15 15 color: var(--text); 16 16 border-bottom: 1px solid var(--card-border, #e2e8f0); ··· 19 19 20 20 .related-pages-title h3 { 21 21 padding: 15px; 22 - margin: 0; 22 + margin: 0 !important; 23 23 font-weight: 600; 24 24 color: var(--text); 25 25 border-bottom: 1px solid var(--card-border, #e2e8f0);