Skip to content

Commit 17aab5d

Browse files
authored
Update index.html
1 parent cb98b23 commit 17aab5d

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

index.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@
4444
--card-bg-dark: rgba(33, 37, 41, 0.8);
4545
--text-light: #212529;
4646
--text-dark: #f8f9fa;
47-
--border-color-light: rgba(0, 0, 0, 0.175);
48-
--border-color-dark: rgba(255, 255, 255, 0.175);
47+
--border-color-light: #dee2e6;
48+
--border-color-dark: #495057;
4949
}
5050

51-
html {
52-
scroll-behavior: smooth; /* Enables smooth scrolling */
53-
}
51+
html { scroll-behavior: smooth; }
5452

5553
body {
5654
background: var(--body-bg-light);
@@ -112,12 +110,8 @@
112110
}
113111

114112
/* Theme toggle icon styling */
115-
.theme-toggle {
116-
cursor: pointer;
117-
}
118-
.theme-toggle .sun-icon, .theme-toggle .moon-icon {
119-
transition: transform 0.3s ease;
120-
}
113+
.theme-toggle { cursor: pointer; }
114+
.theme-toggle .sun-icon, .theme-toggle .moon-icon { transition: transform 0.3s ease; }
121115
[data-bs-theme="dark"] .sun-icon { display: inline-block; }
122116
[data-bs-theme="dark"] .moon-icon { display: none; }
123117
[data-bs-theme="light"] .sun-icon { display: none; }

0 commit comments

Comments
 (0)