We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21d2d0 commit a52eaf9Copy full SHA for a52eaf9
1 file changed
src/components/Projects.css
@@ -1,7 +1,9 @@
1
.projects-section {
2
- background-color: #d1bdf0; /* Mid-tone purple */
+ color-scheme: only dark;
3
+ background-color: #d1bdf0 !important; /* Mid-tone purple */
4
padding: 120px 2em;
5
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
6
+ forced-color-adjust: none;
7
}
8
9
.projects-container {
@@ -43,8 +45,9 @@
43
45
44
46
47
.project-image-container img[src$=".svg"] {
- /* Prevent the browser from applying a negative filter to your SVG */
48
+ /* This prevents Samsung from applying its proprietary 'Night Mode' filter */
49
filter: none !important;
50
+ -webkit-filter: none !important;
51
52
53
.project-image {
0 commit comments