diff --git a/.gitignore b/.gitignore index 12ed9cd..500b902 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -exampleSite/public/ -resources/ *.swp *.swo +*~ +exampleSite/public/ +resources/ diff --git a/assets/css/.template-styles.css.swp b/assets/css/.template-styles.css.swp index 3bd9cd9..0181e8c 100644 Binary files a/assets/css/.template-styles.css.swp and b/assets/css/.template-styles.css.swp differ diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index cac959e..bf515c5 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -22,6 +22,7 @@ html { font-family: Roboto, Arial, Helvetica Neue, sans-serif; line-height: 1.35; color: rgb(255, 255, 255); + opacity: .85; background-color: #39424E; } template {