You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
235 B
21 lines
235 B
.sidebar {
|
|
background-color: #E7732F;
|
|
color: #323232;
|
|
}
|
|
|
|
.sidebar a {
|
|
color: #000000;
|
|
}
|
|
|
|
.sidebar-about h1 {
|
|
color: #000000;
|
|
}
|
|
|
|
div.sidebar-about a h1 {
|
|
font-style: italic;
|
|
}
|
|
|
|
img.center {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|