color change #1
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
6f88eef013
commit
62df9fe575
1 changed files with 10 additions and 10 deletions
20
local.css
20
local.css
|
@ -21,7 +21,7 @@
|
||||||
border: 2px solid #500000;
|
border: 2px solid #500000;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
color: #c0c0c0 !important;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
|
@ -54,21 +54,21 @@ body {
|
||||||
border: 1px dotted #c0c0c0;
|
border: 1px dotted #c0c0c0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
color: #acacac
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
color: #e6deee;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 130%;
|
font-size: 130%;
|
||||||
color: #e6deee;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #efefef;
|
color: #3cacb8;
|
||||||
border-bottom: 1px dashed;
|
border-bottom: 1px dashed;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -83,10 +83,10 @@ pre {
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feedbutton { background: #ff0000; }
|
.feedbutton { background: #ffffff; }
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background: #800000;
|
background: #ffffff;
|
||||||
border: 2px solid #500000;
|
border: 2px solid #500000;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: #efefef;
|
color: #efefef;
|
||||||
|
@ -95,7 +95,7 @@ pre {
|
||||||
|
|
||||||
.header a {
|
.header a {
|
||||||
margin-right: 1ex;
|
margin-right: 1ex;
|
||||||
color: #efefef;
|
color: #3cacb8;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -103,12 +103,12 @@ pre {
|
||||||
background: #640000;
|
background: #640000;
|
||||||
border: 2px solid #500000;
|
border: 2px solid #500000;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
color: #efefef;
|
color: #00000;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
color: yellow;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* pagedate is even less interesting, make it even smaller */
|
/* pagedate is even less interesting, make it even smaller */
|
||||||
|
|
Loading…
Add table
Reference in a new issue