Modified styles
- Added blockquote style - Added variables file - Justified text (experimental)
This commit is contained in:
parent
4e1cc2e563
commit
1ebca0665a
5 changed files with 22 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue