Skip to content

Commit

Permalink
🎨 📄 CSS and Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradSollitt committed Nov 22, 2019
1 parent accc640 commit cd5e55f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions public/.htaccess
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Apache Server Config
#
# This file will most likely be used on a Mac Apache.
# For local development Apache setup on a Mac see:
# https://www.fastsitephp.com/en/documents/install-php-on-mac
#
# By default this file is disabled in recent versions of Apache and to
# enable you would have to set [AllowOverride All] in [apache2.conf].
#
Expand All @@ -13,7 +17,7 @@
#
# Because [.htaccess] files are not used by default on recent versions of
# Apache this file is configured by default for local development with Apache
# and uses a root [FastSitePHP] directory as the [FallbackResource].
# and uses a root [fastSitephp] directory as the [FallbackResource].
#
# Docs:
# https://httpd.apache.org/docs/current/howto/htaccess.html
Expand All @@ -40,7 +44,7 @@
# For example if using Apache on a Mac this will typically be needed.
#
# FallbackResource /{site-name}/index.php
FallbackResource /FastSitePHP/Starter-Site/public/index.php
FallbackResource /fastSitephp/starter-site/public/index.php
</IfModule>

# <IfModule mod_rewrite.c>
Expand Down
2 changes: 1 addition & 1 deletion public/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ section { box-shadow: 0 1px 5px 0 rgba(0,0,0,.5); margin-top:4em; padding:2em; }
.alert-info { background-color:var(--info-color); color:white; }
.alert-danger { background-color:red; background-color:var(--error-color); color:white; }

.table { color: var(--dark-color); }
.table { color: var(--dark-color); background-color:#fff; }
.table thead th,
.table td,
.table th { border-top:none; border-bottom:none; }
Expand Down

0 comments on commit cd5e55f

Please sign in to comment.