Modified styles

- Added blockquote style
- Added variables file
- Justified text (experimental)
This commit is contained in:
Felipe M 2016-12-26 10:47:30 +01:00
parent 4e1cc2e563
commit 1ebca0665a
5 changed files with 22 additions and 5 deletions

View file

@ -4,15 +4,15 @@ table
box-shadow: 0 1px 3px rgba(0,0,0,0.2)
th
background: #c93737
background: $red
color: white
font-weight: bold
tr
background: #f6f6f6
background: $lightgray
&:nth-of-type(odd)
background: #e9e9e9
background: $darkgray
td, th
padding: 6px
padding: 6px