mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 02:29:58 +08:00
[DE PE SSE mobile] Fix Bug 58703
This commit is contained in:
@ -2,6 +2,13 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body.theme-type-light {
|
||||
--background-navbar-ios: #ffffff;
|
||||
--background-navbar-word: #446995;
|
||||
--background-navbar-cell: #40865c;
|
||||
--background-navbar-slide: #aa5252;
|
||||
}
|
||||
|
||||
body.theme-type-dark {
|
||||
--background-navbar-ios: #232323;
|
||||
--background-navbar-word: #232323;
|
||||
|
||||
Reference in New Issue
Block a user