Skip to content

Commit

Permalink
Bigger theme default font size
Browse files Browse the repository at this point in the history
  • Loading branch information
imakewebthings committed Apr 14, 2012
1 parent 4ed8c60 commit 238e741
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/style/neon.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.deck-container {
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-size: 1.25em;
font-size: 1.75em;
color: #aaa;
background: #000;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/style/neon.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.deck-container {
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-size:1.25em;
font-size:1.75em;
color:#aaa;
background:#000;

Expand Down
2 changes: 1 addition & 1 deletion themes/style/swiss.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.deck-container {
font-family: "Helvetica Neue", sans-serif;
font-size: 1.25em;
font-size: 1/75em;
background: #fff;
}
.deck-container .slide {
Expand Down
2 changes: 1 addition & 1 deletion themes/style/swiss.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.deck-container {
font-family: "Helvetica Neue", sans-serif;
font-size:1.25em;
font-size:1/75em;
background:#fff;

.slide {
Expand Down
2 changes: 1 addition & 1 deletion themes/style/web-2.0.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
.deck-container {
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-size: 1.25em;
font-size: 1.75em;
background: #f4fafe;
/* Old browsers */
background: -moz-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
Expand Down
2 changes: 1 addition & 1 deletion themes/style/web-2.0.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

.deck-container {
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-size:1.25em;
font-size:1.75em;
background: rgb(244,250,254); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,250,254,1) 0%, rgba(204,240,240,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,250,254,1)), color-stop(100%,rgba(204,240,240,1))); /* Chrome,Safari4+ */
Expand Down

0 comments on commit 238e741

Please sign in to comment.