make css better readable
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
19a016d8bb
commit
f1f616b600
1 changed files with 17 additions and 3 deletions
20
local.css
20
local.css
|
@ -89,8 +89,23 @@ pre {
|
|||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.header a { margin-right: 1ex; color: #efefef; font-family: sans-serif;}
|
||||
.tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;}
|
||||
.header a {
|
||||
margin-right: 1ex;
|
||||
color: #efefef;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.tags, #backlinks {
|
||||
background: #640000;
|
||||
border: 2px solid #500000;
|
||||
margin: 2px;
|
||||
color: #efefef;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.tags {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.pagedate {
|
||||
background: #474747;
|
||||
|
@ -101,7 +116,6 @@ pre {
|
|||
font-size: 60%;
|
||||
}
|
||||
|
||||
.tags { color: yellow }
|
||||
.selflink { background: yellow; color: black }
|
||||
|
||||
.actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}
|
||||
|
|
Loading…
Reference in a new issue