- Updated dateTime function to display date and time in Chinese format. - Introduced setSearchEngine function to switch between Google and Baidu as search engines. - Added event listener for search engine switching on click. - Persisted selected search engine in localStorage for user preference. - Changed weatherBalloon city ID to Beijing, China.
12 lines
384 B
CSS
12 lines
384 B
CSS
/* Based on Josh Comeau's Custom CSS Reset - https://www.joshwcomeau.com/css/custom-css-reset/ */
|
|
@import url('reset.css');
|
|
/* Google Fonts */
|
|
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');
|
|
/* Variables */
|
|
@import url('vars.css');
|
|
/* Animations */
|
|
@import url('animations.css');
|
|
/* Main Styles */
|
|
@import url('styles.css');
|
|
@import url('search.css');
|