aboutsummaryrefslogtreecommitdiff
path: root/res/css/dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/dark.css')
-rwxr-xr-xres/css/dark.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/res/css/dark.css b/res/css/dark.css
index 5c66ade..1eeaf43 100755
--- a/res/css/dark.css
+++ b/res/css/dark.css
@@ -31,8 +31,6 @@ h3 {
color: #fff;
}
-
-
div.preview pre, div.project pre {
background-color: #222;
color: #ccc;
@@ -55,7 +53,14 @@ a {
color: #fff
}
+/*table td {
+ border: 1px solid black
+}*/
+
+/*table.skami {
+ border-color: #eeeeee
+}*/
table.skami .semiused {
color: #ccc;
background-color: #444;
@@ -69,4 +74,4 @@ table.skami .unused {
table {
border-color: #fff
-} \ No newline at end of file
+}