summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/scaffolds.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/scaffolds.css.scss')
-rw-r--r--app/assets/stylesheets/scaffolds.css.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss
index fd2a1fb..40791e8 100644
--- a/app/assets/stylesheets/scaffolds.css.scss
+++ b/app/assets/stylesheets/scaffolds.css.scss
@@ -3,6 +3,7 @@
$page-color: #444;
$toolbar-color: black;
$orange: #DD9125;
+$darker-orange: #9D4102;
$link-yellow: #FFC50D;
html{
@@ -22,6 +23,10 @@ h1, h2, h3, h4, h5, p{
color: $orange;
}
+h1, h2, h3, h4, h5 {
+ text-shadow: 0px 0px 2px $darker-orange;
+}
+
p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
@@ -104,9 +109,10 @@ button, input[type="submit"] {
footer {
clear: both;
margin: 0 auto;
- margin-top: 10px;
border-top: solid 1px $orange;
padding-top: 10px;
- color: white;
text-align: center;
+ position:absolute;
+ bottom: 0;
+ width: 100%;
} \ No newline at end of file