summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-23 20:40:56 -0400
committernfoy <nfoy@purdue.edu>2014-04-23 20:40:56 -0400
commit422a7b39a06e2fe54415f2be08548021a981e8a8 (patch)
tree7e76d1383848caa999a954192cb48f86c209db7e /app/assets/stylesheets
parentd0a0f806a4bb8072c532ea7b35ad8b7643ac8645 (diff)
Beginnings of actual messageboxer api
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pms.css.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pms.css.scss b/app/assets/stylesheets/pms.css.scss
index 5106093..a14299e 100644
--- a/app/assets/stylesheets/pms.css.scss
+++ b/app/assets/stylesheets/pms.css.scss
@@ -1,3 +1,11 @@
// Place all the styles related to the pms controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
+
+p, li {
+ color: #DD9125;
+}
+td, th {
+ padding: 0px;
+ color: #DD9125;
+} \ No newline at end of file