diff --git a/Frontend-Learner/app.vue b/Frontend-Learner/app.vue index a1ac35c7..8070d468 100644 --- a/Frontend-Learner/app.vue +++ b/Frontend-Learner/app.vue @@ -1,20 +1,27 @@ - diff --git a/Frontend-Learner/assets/css/main.css b/Frontend-Learner/assets/css/main.css index 960858a7..7f1001f3 100644 --- a/Frontend-Learner/assets/css/main.css +++ b/Frontend-Learner/assets/css/main.css @@ -113,9 +113,9 @@ body { background-attachment: fixed; } -a { +/* a { text-decoration: none; - color: #3b82f6; + color: #2563eb; transition: color 0.2s; } @@ -129,7 +129,7 @@ a:hover { .dark a:hover { color: #93c5fd; -} +} */ ul { list-style: none; @@ -645,9 +645,9 @@ ul { .rounded { border-radius: var(--radius-md); } -.border-b { +/* .border-b { border-bottom: 1px solid var(--border-color); -} +} */ .load-more-wrap { display: flex; justify-content: center; diff --git a/Frontend-Learner/components/classroom/CurriculumSidebar.vue b/Frontend-Learner/components/classroom/CurriculumSidebar.vue index 382be584..7bd6526e 100644 --- a/Frontend-Learner/components/classroom/CurriculumSidebar.vue +++ b/Frontend-Learner/components/classroom/CurriculumSidebar.vue @@ -102,20 +102,20 @@ watch(() => props.courseData, (newData) => { side="right" :width="300" :breakpoint="1024" - class="bg-slate-50 dark:bg-slate-900 shadow-xl" + class="bg-slate-50 dark:!bg-slate-900 shadow-xl" > -
{{ $t('sidebar.promoSubtitle') }}
+