You've already forked Openterface_assets
mirror of
https://github.com/TechxArtisanStudio/Openterface_assets.git
synced 2025-06-10 16:33:42 -07:00
update text color
This commit is contained in:
@@ -1096,7 +1096,7 @@
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
color: #e5e5e5; /* Dark color for text */
|
||||
color: var(--description-font-dark);
|
||||
}
|
||||
|
||||
.slideshow-text p {
|
||||
@@ -1133,4 +1133,10 @@
|
||||
padding: 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.slideshow-text {
|
||||
color: var(--description-font-light);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user