Skip to content

Commit 9dfe532

Browse files
authored
Update style.css
1 parent 5faf9a3 commit 9dfe532

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

style.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,34 @@ footer{
167167
margin:30px 10px 20px 10px;
168168
}
169169
}
170+
@media (prefers-color-scheme: dark) {
171+
body {
172+
background-color: #181a1b;
173+
color: #c5c0b8;
174+
}
175+
.englishlogotext{
176+
color: #c5c0b8;
177+
}
178+
.arabiclogotext
179+
{
180+
color: #c5c0b8;
181+
}
182+
.headerlinks{
183+
color: #c5c0b8;
184+
}
185+
.hello{
186+
color: #c5c0b8;
187+
}
188+
p{
189+
color: #c5c0b8;
190+
}
191+
.link-paragraph{
192+
color: #c5c0b8!important;
193+
}
194+
.socialmedia a{
195+
color: #c5c0b8;
196+
}
197+
.copyright{
198+
color: #c5c0b8;
199+
}
200+
}

0 commit comments

Comments
 (0)