cleaning tabs
parent
426ca3a3d0
commit
aeecd0de64
|
@ -1,13 +1,14 @@
|
|||
/* ==UserStyle==
|
||||
@name sccode.org - dark gray
|
||||
@namespace git.tmp.si/luka
|
||||
@version 1.0.2
|
||||
@version 1.0.3
|
||||
@description A dark - inverted - style for sccode.org
|
||||
@author Luka Prinčič - luka@lukaprincic.si
|
||||
==/UserStyle== */
|
||||
|
||||
@-moz-document domain("sccode.org") {
|
||||
|
||||
|
||||
body {
|
||||
background: #222;
|
||||
color: #333;
|
||||
|
@ -28,11 +29,11 @@
|
|||
}
|
||||
|
||||
div.b-content div.format {
|
||||
background-color: #c8c8c8
|
||||
background-color: #e0dfdf;
|
||||
}
|
||||
|
||||
div.b-code div.format div.line pre {
|
||||
color: #ff8e9775 !important;
|
||||
color: #ff8e9775;
|
||||
}
|
||||
|
||||
form input[type="text"],
|
||||
|
|
Loading…
Reference in New Issue