+color
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
c4932cee12
commit
11aa4cbdaa
1 changed files with 5 additions and 5 deletions
10
local.css
10
local.css
|
@ -100,7 +100,7 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags, #backlinks {
|
.tags, #backlinks {
|
||||||
background: #640000;
|
background: #ffffff;
|
||||||
border: 2px solid #500000;
|
border: 2px solid #500000;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
color: #00000;
|
color: #00000;
|
||||||
|
@ -113,15 +113,15 @@ pre {
|
||||||
|
|
||||||
/* pagedate is even less interesting, make it even smaller */
|
/* pagedate is even less interesting, make it even smaller */
|
||||||
.pagedate {
|
.pagedate {
|
||||||
background: #474747;
|
background: #ffffff;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
color: #efefef;
|
color: #00000;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selflink { background: yellow; color: black }
|
.selflink { background: #ffffff; color: black }
|
||||||
.actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: 'Open Sans', sans-serif;}
|
.actions ul { background: #ffffff; border: none; padding-bottom: 0px; font-family: 'Open Sans', sans-serif;}
|
||||||
.actions a { margin-right: 1ex; color: #dfdfdf; font-family: 'Open Sans', sans-serif;}
|
.actions a { margin-right: 1ex; color: #dfdfdf; font-family: 'Open Sans', sans-serif;}
|
||||||
#footer { border: none; font-family: 'Open Sans', sans-serif;}
|
#footer { border: none; font-family: 'Open Sans', sans-serif;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue