We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed15792 + b1e9578 commit f66ca03Copy full SHA for f66ca03
src/app/component/logo/logo.component.css
@@ -1,7 +1,13 @@
1
-.logo {
2
- width: 200px;
3
- height: auto;
4
- text-align: center;
5
- padding: 5px;
+.logo {
+ width: 200px;
+ height: auto;
+ text-align: center;
+ padding: 5px;
6
/*border: 3px solid blue; */
7
- }
+}
8
+
9
+/* When dark theme is active, swap the image source */
10
+:host-context(.dark-theme) .logo {
11
+ content: url("../../../assets/images/Dark-mode-logo.png");
12
+ filter: none;
13
src/assets/images/Dark-mode-logo.png
17.8 KB
0 commit comments