aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@andeuin.net>2013-11-08 16:01:58 +0100
committerHarald Eilertsen <haraldei@andeuin.net>2013-11-08 16:01:58 +0100
commitfc0faf5ee8253c120554e0dc933687ba11a0559b (patch)
treedcf1f50b3ad1f01fb80f27118b285078c4222911 /app/assets
parent9488eb8b6e96dbb66d9541415ed6237034fda675 (diff)
downloadhmnoweb-fc0faf5ee8253c120554e0dc933687ba11a0559b.tar.gz
hmnoweb-fc0faf5ee8253c120554e0dc933687ba11a0559b.tar.bz2
hmnoweb-fc0faf5ee8253c120554e0dc933687ba11a0559b.zip
Change stylesheet colors.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/hmno_main.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/hmno_main.scss b/app/assets/stylesheets/hmno_main.scss
index 006de53..22a800c 100644
--- a/app/assets/stylesheets/hmno_main.scss
+++ b/app/assets/stylesheets/hmno_main.scss
@@ -1,6 +1,6 @@
body {
background-color: black;
- color: lightgray;
+ color: gray;
font: {
family: Helvetica, "Sans Seriff";
size: 10pt;
@@ -8,7 +8,7 @@ body {
}
h1, h2, h3 {
- color: green;
+ color: darkslategray;
}
#menu {
@@ -59,7 +59,7 @@ h1, h2, h3 {
position: absolute;
width: 10em;
top: 0;
- border: 1px dotted lightgray;
+ border: 1px groove darkslategray;
padding: 5px;
height: 100%;
}