styling footer
parent
0209d51994
commit
b01f48a0f6
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name sccode.org - dark gray
|
@name sccode.org - dark gray
|
||||||
@namespace git.tmp.si/luka
|
@namespace git.tmp.si/luka
|
||||||
@version 1.0.1
|
@version 1.0.2
|
||||||
@description A dark - inverted - style for sccode.org
|
@description A dark - inverted - style for sccode.org
|
||||||
@author Luka Prinčič - luka@lukaprincic.si
|
@author Luka Prinčič - luka@lukaprincic.si
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
|
@ -46,4 +46,13 @@
|
||||||
border: 1px solid #dddada;
|
border: 1px solid #dddada;
|
||||||
padding: 2 8;
|
padding: 2 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
footer.b-footer div {
|
||||||
|
color:#333;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer.b-footer div a {
|
||||||
|
color: #607890;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue