git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed the footer.
[philo.git]
/
static
/
scss
/
_var.scss
diff --git
a/static/scss/_var.scss
b/static/scss/_var.scss
index
f54d914
..
6e4c9e6
100644
(file)
--- a/
static/scss/_var.scss
+++ b/
static/scss/_var.scss
@@
-11,6
+11,7
@@
$content-background: transparent;
$foreground: #333;
$textfonts: Helvetica, Arial, serif;
$foreground: #333;
$textfonts: Helvetica, Arial, serif;
+$headingfonts: "Expletus Sans", $textfonts;
/* custom mixins */
/* custom mixins */
@@
-18,4
+19,8
@@
$textfonts: Helvetica, Arial, serif;
color:$foreground;
text-shadow:0 1px 0 #FFF;
font-family: $textfonts;
color:$foreground;
text-shadow:0 1px 0 #FFF;
font-family: $textfonts;
+}
+
+@mixin box-inset($inset: rgba(0,0,0,.15), $outset: #FFF){
+ @include box-shadow(0 1px 2px 0 $inset inset, 0 1px 0 0 $outset);
}
\ No newline at end of file
}
\ No newline at end of file