set default colors + fileformat=unix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-12-19 02:04:30 +03:00
parent c27f800452
commit 31bab654c1
2 changed files with 852 additions and 848 deletions

View File

@ -28,6 +28,9 @@
/*text-size-adjust: none;*/
text-size-adjust: 180%;
background: white;
color: black;
}
:host,

View File

@ -1406,6 +1406,7 @@ module.BaseStore = {
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// XXX BROKEN...
// XXX a mixin??
var BaseStoreWithSearch = {
__proto__: BaseStore,