summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index b5b86b807a6..8758fe15870 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -89,10 +89,10 @@
background-color: $gray-10;
border-width: 1px;
border-style: solid;
- border-color: $gray-100 $gray-100 $gray-400;
+ border-color: $gray-100 $gray-100 $gray-200;
border-image: none;
border-radius: 3px;
- box-shadow: 0 -1px 0 $gray-400 inset;
+ box-shadow: 0 -1px 0 $gray-200 inset;
}
h1 {
@@ -187,7 +187,7 @@
tr {
th {
- border-bottom: solid 2px $gray-300;
+ border-bottom: solid 2px $gray-200;
}
}