Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made the modification #106

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
2 changes: 1 addition & 1 deletion public/css/choosefile.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body{
.container p{
font-weight: bold;
font-size: 24px;
color: white;
color: rgb(244, 237, 237);
}

/* stakeholder signup styling */
Expand Down
2 changes: 1 addition & 1 deletion public/css/faculty_styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ button:hover {
transition: all 0.8s ease-in-out;
}
#cancel{
background-color: rgb(225, 221, 221);
background-color: rgb(246, 236, 236);
border: none;
transition: all 0.8s ease-in-out;
}
Expand Down
1 change: 1 addition & 0 deletions public/css/login_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ body {
}
#icon:hover{
font-weight: 800;
color: #d4edda;
}

:root{
Expand Down
3 changes: 2 additions & 1 deletion public/css/main_page_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ nav {
}

#view_papers:hover {
background-color: rgb(173, 173, 250);
background-color: rgb(150, 150, 249);
}

#upload {
Expand All @@ -209,6 +209,7 @@ nav {

#upload:hover {
transform: scale(1.04);
color: rgb(12, 117, 236);
}

/* ai generating section styling */
Expand Down
1 change: 1 addition & 0 deletions public/css/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ section{
border-top: 2px solid var(--secondary-color);
padding: 0;
margin: 0;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.container ul li{
list-style: none;
Expand Down
1 change: 1 addition & 0 deletions public/css/stk_mainstyling.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ body{
}
.image{
width: 30vw;
height: 25vw;
}
.image img{
width: 30vw;
Expand Down
7 changes: 4 additions & 3 deletions public/css/uploadfile.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ section h2 {
padding: 18px 0px;
word-wrap: break-word;
margin: 8px 0px;
font-weight: 300;
}

.form label {
Expand Down Expand Up @@ -68,7 +69,7 @@ section h2 {
}

section {
background-color: rgb(204 204 244);
background-color: rgb(202, 202, 253);
}

input[type="file"]::file-selector-button {
Expand All @@ -87,7 +88,7 @@ input[type="file"]::file-selector-button {
}

input[type="file"]::file-selector-button:hover {
background-color: #f0f3fb;
background-color: #d9e2fa;
}

input[type="file"]::file-selector-button:active {
Expand Down Expand Up @@ -142,7 +143,7 @@ button{
#uploadedFilesContainer ul li{
margin: 8px;
padding: 20px;
background-color: rgb(164, 164, 232);
background-color: rgb(163, 163, 246);
border-radius: 10px;
font-size: 18px;
}