mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
26 lines
308 B
CSS
26 lines
308 B
CSS
h3 {
|
|
background-color: #049712;
|
|
}
|
|
|
|
table thead th {
|
|
background-color: #007700;
|
|
}
|
|
|
|
#banner {
|
|
background-image: url('forest-header.png');
|
|
}
|
|
|
|
#menu .modtitle.active,
|
|
#menu .topitem.active {
|
|
background-color: #049712;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#footerbar {
|
|
background-color: #049712;
|
|
}
|
|
|
|
a {
|
|
color: #049712;
|
|
}
|