From de780dbf24eba9673661a00fe59699324448374d Mon Sep 17 00:00:00 2001 From: lisa3711 Date: Thu, 9 Apr 2026 14:17:53 -0400 Subject: [PATCH 1/4] Update scholar styles --- app/assets/stylesheets/scholar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/scholar.scss b/app/assets/stylesheets/scholar.scss index 5cf0e216..aca13d4a 100644 --- a/app/assets/stylesheets/scholar.scss +++ b/app/assets/stylesheets/scholar.scss @@ -193,6 +193,7 @@ div[class*="_admin_set_id"] { color: #fff; font-size: 22px; text-decoration: none; + } .clear-button:hover { @@ -349,6 +350,7 @@ label[for=user_password] { width: 175px !important; padding: 5px 30px; box-shadow: inset 0px 0px 10px rgba(0,0,0,1.5); + background-color:black; } #contribute { From b6b10486e71494f1c98b800ca61b499cebdfe1fe Mon Sep 17 00:00:00 2001 From: lisa3711 Date: Thu, 9 Apr 2026 14:27:55 -0400 Subject: [PATCH 2/4] Ignore IDE project files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c424e5eb..d596fc8c 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,5 @@ fits.log .env.production.local # Ignore compiled assets -public/** \ No newline at end of file +public/**.idea/ +.idea/ From d171930d1bd3dbe7162fb6c27f1e87b79eb2ab6b Mon Sep 17 00:00:00 2001 From: lisa3711 Date: Thu, 9 Apr 2026 15:32:18 -0400 Subject: [PATCH 3/4] updated for PR review --- .gitignore | 1 - app/assets/stylesheets/scholar.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index d596fc8c..900552ad 100644 --- a/.gitignore +++ b/.gitignore @@ -39,5 +39,4 @@ fits.log .env.production.local # Ignore compiled assets -public/**.idea/ .idea/ diff --git a/app/assets/stylesheets/scholar.scss b/app/assets/stylesheets/scholar.scss index aca13d4a..f80e21f0 100644 --- a/app/assets/stylesheets/scholar.scss +++ b/app/assets/stylesheets/scholar.scss @@ -193,7 +193,6 @@ div[class*="_admin_set_id"] { color: #fff; font-size: 22px; text-decoration: none; - } .clear-button:hover { From 46d4b0afe456a8029ce2a9a2ca696bde8710160f Mon Sep 17 00:00:00 2001 From: lisa3711 Date: Thu, 9 Apr 2026 15:34:00 -0400 Subject: [PATCH 4/4] Add public --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 900552ad..1b498b30 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,5 @@ fits.log .env.production.local # Ignore compiled assets +public/** .idea/