aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/dark/_base.less
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-05-06 12:09:22 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-05-06 12:09:22 +0200
commit8bdbfdc85388192cd4c441b3012d59ff2508d23b (patch)
tree31f9b5042426734f211a30714b68b62ffb394bbb /view/theme/dispy/dark/_base.less
parentabbb4c2f367874e4cc777dd9e623063b4ab48a43 (diff)
parentb4bd8258e21f713d9ae7f6e1317c44ffe896bb5d (diff)
downloadvolse-hubzilla-8bdbfdc85388192cd4c441b3012d59ff2508d23b.tar.gz
volse-hubzilla-8bdbfdc85388192cd4c441b3012d59ff2508d23b.tar.bz2
volse-hubzilla-8bdbfdc85388192cd4c441b3012d59ff2508d23b.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'view/theme/dispy/dark/_base.less')
-rw-r--r--view/theme/dispy/dark/_base.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/dispy/dark/_base.less b/view/theme/dispy/dark/_base.less
index 77472a2f5..aee933135 100644
--- a/view/theme/dispy/dark/_base.less
+++ b/view/theme/dispy/dark/_base.less
@@ -13,6 +13,9 @@
// you "compile" the css (with `lessc`), but css (/**/) comments
// do. i use them to our advantage :).
+// import our reset styles first
+@import "../css/reset";
+
//* backgrounds */
@dk_bg_colour: #1d1f1d;
@bg_colour: #2e2f2e;
@@ -138,7 +141,7 @@
}
//* font size sizing */
.default_font () {
- font-size: 16px;
+ font-size: 14pt;
line-height: 1.1em;
font-family: sans-serif;
}