cleaning tabs
parent
426ca3a3d0
commit
aeecd0de64
|
@ -1,13 +1,14 @@
|
||||||
/* ==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.2
|
@version 1.0.3
|
||||||
@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== */
|
||||||
|
|
||||||
@-moz-document domain("sccode.org") {
|
@-moz-document domain("sccode.org") {
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #222;
|
background: #222;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -28,11 +29,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
div.b-content div.format {
|
div.b-content div.format {
|
||||||
background-color: #c8c8c8
|
background-color: #e0dfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.b-code div.format div.line pre {
|
div.b-code div.format div.line pre {
|
||||||
color: #ff8e9775 !important;
|
color: #ff8e9775;
|
||||||
}
|
}
|
||||||
|
|
||||||
form input[type="text"],
|
form input[type="text"],
|
||||||
|
|
Loading…
Reference in New Issue