Skip to content
Merged
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
26 changes: 25 additions & 1 deletion Crop Yield Prediction/crop_yield_app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@
--bg-card: #ffffff;
--bg-header: rgba(255, 255, 255, 0.9);
--bg-secondary-btn: transparent;
--secondary: #70828f;
--bg-hover-soft: #f9fdf9;
--text-primary: #1e2f1e;
--text-secondary: #4a5568;
--text-muted: #b2ffbf;
--border-color: #e2e8f0;
--border: #caefe3;
--border-color-soft: rgba(45, 143, 133, 0.1);
--shadow-light: rgba(42, 122, 42, 0.08);
--shadow-medium: rgba(42, 122, 42, 0.15);
Expand All @@ -61,11 +64,14 @@
--bg-page: #011337;
--bg-card: #31405a;
--bg-header: rgba(29, 50, 86, 0.9);
--bg-secondary-btn: transparent;
--bg-secondary-btn: transparent;
--secondary: #70828f;
--bg-hover-soft: #394354;
--text-primary: #e2e8f0;
--text-secondary: #a0aec0;
--text-muted: #6996d5;
--border-color: #4a5568;
--border: #4a5568;
--border-color-soft: rgba(102, 199, 179, 0.15);
--shadow-light: rgba(0, 0, 0, 0.3);
--shadow-medium: rgba(0, 0, 0, 0.5);
Expand Down Expand Up @@ -644,6 +650,24 @@
box-shadow: 0 0 20px #22c55e;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}
</style>
</head>
<body>
Expand Down
19 changes: 19 additions & 0 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -625,3 +625,22 @@ a {
background-color: #22c55e;
box-shadow: 0 0 20px #22c55e;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border-color);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}
19 changes: 19 additions & 0 deletions blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,25 @@ body {
background: #999;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border-color);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}

.modal-image {
width: 100%;
height: 300px;
Expand Down
31 changes: 31 additions & 0 deletions contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -1253,4 +1253,35 @@ header,

.faq-item:hover::before {
left: 100%;
}

:root {
--bg-secondary: #d4d7d1;
--text-muted: #6b7280;
--border-color: rgba(34, 139, 34, 0.2);
}

[data-theme="dark"] {
--bg-secondary: #2e3b2e;
--text-muted: #a5d6a7;
--border-color: rgba(76, 175, 80, 0.3);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border-color);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}
19 changes: 19 additions & 0 deletions crop.html
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,25 @@
/* AgriTech green */
box-shadow: 0 0 20px #22c55e;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border-color);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}
</style>
</head>

Expand Down
19 changes: 19 additions & 0 deletions faq.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,4 +400,23 @@
.scroll-btn:hover {
background: #27ae60;
transform: scale(1.1);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border-color);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
22 changes: 22 additions & 0 deletions feed-back.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
--light-green: #f0fdf4;
--dark-green: #15803d;
--green-hover: #15803d;

--border: #d0d5d1;
}

.dark-theme {
Expand All @@ -70,6 +72,7 @@
/* Homepage green palette for dark mode */
--light-green: #1a2e1a;
--green-hover: #22c55e;
--border: rgba(102, 187, 106, 0.3);
}

* {
Expand Down Expand Up @@ -1338,6 +1341,25 @@
background-color: #22c55e; /* AgriTech green */
box-shadow: 0 0 20px #22c55e;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}
</style>
</head>

Expand Down
28 changes: 28 additions & 0 deletions finance_bot.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,24 @@
--accent: #22c55e;
--bg-light: #f4f7fb;
--bg-dark: #0b1220;
--bg-secondary: #e5e7eb;
--border-color: #94a3b8;
--glass-light: rgba(255,255,255,0.85);
--glass-dark: rgba(17,25,40,0.85);
--text-light: #1f2937;
--text-dark: #e5e7eb;
--text-muted: #6b7280;
--muted-light: #6b7280;
--muted-dark: #9ca3af;
--shadow: 0 20px 50px rgba(0,0,0,0.15);
}

[data-theme="dark"] {
--bg-secondary: #0b1220;
--border-color: #334155;
--text-muted: #94a3b8;
}

body {
font-family: "Segoe UI", system-ui, sans-serif;
margin: 0;
Expand Down Expand Up @@ -310,6 +319,25 @@
color: var(--muted-light);
}
[data-theme="dark"] .site-footer { color: var(--muted-dark); }

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border-color);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}
</style>
</head>

Expand Down
18 changes: 18 additions & 0 deletions financial-support.html
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,24 @@
background-color: #22c55e; /* AgriTech green */
box-shadow: 0 0 20px #22c55e;
}

::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border-color);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}
</style>
</head>

Expand Down
19 changes: 19 additions & 0 deletions forum.css
Original file line number Diff line number Diff line change
Expand Up @@ -577,4 +577,23 @@ body.dark-mode .theme-toggle {

[data-theme="dark"] .moon-bite {
transform: translate(5px, -1.5px) scale(0.6);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1919,6 +1919,26 @@
/* Pop-Out Effect */
box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--section-bg);
}

::-webkit-scrollbar-thumb {
background: var(--border-color);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}

</style>
</head>

Expand Down
19 changes: 19 additions & 0 deletions marketplace.html
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,25 @@
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}
}

/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
background: var(--border-color);
border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}
</style>
</head>

Expand Down
Loading
Loading