File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 );
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; }
You can’t perform that action at this time.
0 commit comments