X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=backend%2Fstyle.scss;fp=backend%2Fstyle.scss;h=6fad26aecc6278b9fd70e625841105686032fcdf;hp=0000000000000000000000000000000000000000;hb=1f84b22050cf470b00aef6b3c3ecb7ae70242e1a;hpb=295ca1daf01ff83964812c50fe1374dd679a0559 diff --git a/backend/style.scss b/backend/style.scss new file mode 100644 index 0000000..6fad26a --- /dev/null +++ b/backend/style.scss @@ -0,0 +1,20 @@ +* { + margin: 50px; + padding: 0px; +} + +body { + font-size: 18px; + font-family: 'Lobster Two'; + text-shadow: 2px 2px 2px #DDD; + text-align: center; + line-height: 30px; + color: #5b5b5b; + background-color: #ededed; + margin: 0px; +} + +img { + border: 0px; +} +