mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
Merge pull request #2893 from bhldev/cssFontColors
Css default colors Issue #2853
This commit is contained in:
commit
6df7ff2d08
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ body.grayedout { background-color: #eee !important }
|
||||||
font-size: 12px; /* overridden by body.style */
|
font-size: 12px; /* overridden by body.style */
|
||||||
font-family:Arial, sans-serif; /* overridden by body.style */
|
font-family:Arial, sans-serif; /* overridden by body.style */
|
||||||
line-height: 16px; /* overridden by body.style */
|
line-height: 16px; /* overridden by body.style */
|
||||||
|
background-color: white;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.doesWrap {
|
body.doesWrap {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue