diff --git a/plugins/greystyle/style.css b/plugins/greystyle/style.css new file mode 100644 index 0000000..f3ce7e8 --- /dev/null +++ b/plugins/greystyle/style.css @@ -0,0 +1,16 @@ +body { + background-color : #2e2e2e; + } + +a { + color : white; + + } +div.folder img { + border: 2px solid white; + border-radius: 4px; + -moz-border-radius: 4px; + -webkit-box-shadow: 4px 4px 4px #000000; + -moz-box-shadow: 4px 4px 4px #000000; + box-shadow: 4px 4px 4px #000000; + }