diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/custom.scss | 13 | 
1 files changed, 13 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 469fa853a..2eb22e081 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -157,10 +157,23 @@ textarea {      padding-left: 0.1em;  } +.form h4, .form h3,  #window h3{      background-color: $gray-400;  } +.clean-table h4, +.form h4, .form h3, +.sheet h4, .sheet h3{ +    text-align: center; +    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.70); +} + +.clean-table h4{ +    margin-top: 1em; +} + +  .container{      margin-top: 1em;      margin-bottom: 8em;  | 
