mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
lightened the default background colour
This commit is contained in:
parent
964dba4a73
commit
06939238fb
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ $settings->navlinks = [
|
||||||
|
|
||||||
// string of css to include
|
// string of css to include
|
||||||
// may be a url - urls will be referenced via a <link rel='stylesheet' /> tag
|
// may be a url - urls will be referenced via a <link rel='stylesheet' /> tag
|
||||||
$settings->css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; }
|
$settings->css = "body { font-family: sans-serif; color: #333333; background: #f8f8f8; }
|
||||||
label { display: inline-block; min-width: 10rem; }
|
label { display: inline-block; min-width: 10rem; }
|
||||||
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
||||||
/*input[name=page] { width: 16rem; }*/
|
/*input[name=page] { width: 16rem; }*/
|
||||||
|
|
|
@ -82,7 +82,7 @@ $settings->navlinks = [
|
||||||
|
|
||||||
// string of css to include
|
// string of css to include
|
||||||
// may be a url - urls will be referenced via a <link rel='stylesheet' /> tag
|
// may be a url - urls will be referenced via a <link rel='stylesheet' /> tag
|
||||||
$settings->css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; }
|
$settings->css = "body { font-family: sans-serif; color: #333333; background: #f8f8f8; }
|
||||||
label { display: inline-block; min-width: 10rem; }
|
label { display: inline-block; min-width: 10rem; }
|
||||||
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
||||||
/*input[name=page] { width: 16rem; }*/
|
/*input[name=page] { width: 16rem; }*/
|
||||||
|
|
Loading…
Reference in a new issue