mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Merge pull request #10635 from AnkityadavIITR/bug/docs-pages-section-dropdown-darkmode-unreadability
fix: Improve Text and Background Color Contrast in Dark Mode for Smaller Devices
This commit is contained in:
commit
87378f6835
2 changed files with 19 additions and 2 deletions
2
docs/package-lock.json
generated
2
docs/package-lock.json
generated
|
|
@ -25115,4 +25115,4 @@
|
|||
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A=="
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -338,4 +338,21 @@ img {
|
|||
min-width: 200px;
|
||||
/* Fixes #3856 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
/* Styles for screens smaller than 1000px */
|
||||
[data-theme='dark'] .clean-btn{
|
||||
background-color: #272729;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
[data-theme='dark'] .table-of-contents {
|
||||
background-color: #272729;
|
||||
color: #272729;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue