Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellLaw authored Jul 26, 2024
1 parent 63faa80 commit bf4b518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
--hero-bg: url('../images/hero-background.png');
--about-bg: url('../images/about-background.png');
--services-bg: url('../images/services-background.png');
--technology-bg: url('../images/technology-background.png');
--hero-bg: none;
--about-bg: none;
--services-bg: none;
--technology-bg: none;
}

body {
Expand Down

0 comments on commit bf4b518

Please sign in to comment.