Skip to content

Commit

Permalink
Merge pull request #166 from nishant0708/darkbugs
Browse files Browse the repository at this point in the history
Fixed::[Bug]: want to fix ui of review us and other screens in darkmode + Ui of 4rth Year #161
  • Loading branch information
AbhiDiva96 authored Jun 19, 2024
2 parents e9904bd + 8238043 commit 463743d
Show file tree
Hide file tree
Showing 9 changed files with 260 additions and 254 deletions.
6 changes: 3 additions & 3 deletions src/components/login/LoginSignup.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
color: white !important;
}
.active div , .active button{
background-color: #000016 !important;
/* background-color: #000016 !important; */
color: white !important;

}
.active .card , .active .book ,.active .box , .active .ag-courses-item_title, .active .ag-courses_item {
.active .card , .active .book ,.active .box , .active .ag-courses_item {
background-color: #000000 !important;
color: white !important;
box-shadow: 0px 0px 15px lightblue;

}
.active .text-box-in , .active div{
.active .text-box-in {
color: white !important;
}
.active .ag-courses-item_bg{
Expand Down
4 changes: 2 additions & 2 deletions src/components/page1/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ background-color: #000016 !important;
color: white !important;
}

.active div , .active button{
.active button{
background-color: #000016 !important;
color: white !important;

}
.active .card , .active .book ,.active .box , .active .ag-courses-item_title, .active .ag-courses_item {
.active .card , .active .book ,.active .box , .active .ag-courses_item {
background-color: #000000 !important;
color: white !;
box-shadow: 0px 0px 15px lightblue;
Expand Down
4 changes: 3 additions & 1 deletion src/components/page2/notice.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
padding: 10px;
font-size: 12px;
}

.active .notices{
background-color: #000016;
}
@media only screen and (max-width : 767px) {
.notices{
font-size: 16px;
Expand Down
18 changes: 9 additions & 9 deletions src/components/page3/4Year.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import React from 'react'
import {Link} from 'react-router-dom';
import Header from '../../pages/header';
import '../page3/1Year.css';

import syllabus from '../../assets/icons8-syllabus-80 (1).png';

import quantumImage from '../../assets/5th.png';
import youtube from '../../assets/ytt.png'
import timetable from '../../assets/sec-3A.jpg';
import syllabus from '../../assets/syllabuswt.jpg';


import ComingSoon from '../../pages/cs.js'

Expand All @@ -27,14 +27,14 @@ function fothYear() {
<div className="content">
<div className="cards">

<Link class="link" to='/frthsyllabus'>
<div class="card pink">
<img src={syllabus} alt="" />
<p class="second-text">Syllabus</p>
</div>
</Link>


<Link to='/frthsyllabus'>
<div className="card pink">
<img src={syllabus} alt="" />
<p className="second-text">Syllabus</p>
</div>
</Link>




Expand Down
6 changes: 5 additions & 1 deletion src/components/page4/syllabus.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

border-radius: 28px;
}

.ag-courses-item_link {
display: block;
padding: 30px 20px;
Expand All @@ -48,10 +49,13 @@
-ms-transform: scale(10);
transform: scale(10);
}
.active .ag-courses-item_link{
background-color: black;
}
.ag-courses-item_title {
min-height: 87px;
margin: 0 0 25px;

background-color: transparent !important;
overflow: hidden;

font-weight: bold;
Expand Down
Loading

0 comments on commit 463743d

Please sign in to comment.