Last change
on this file since 1 was 1, checked in by fox, 9 years ago |
initial simple example with omd
|
File size:
326 bytes
|
Rev | Line | |
---|
[1] | 1 | @import layout.sass
|
---|
| 2 |
|
---|
| 3 | body
|
---|
| 4 | background-color: #191b22
|
---|
| 5 |
|
---|
| 6 | body, a, header a:visited
|
---|
| 7 | color: #f2f2f2
|
---|
| 8 |
|
---|
| 9 | pre
|
---|
| 10 | border-left: 1mm solid #f2f2f233
|
---|
| 11 |
|
---|
| 12 | a
|
---|
| 13 | color: PaleTurquoise
|
---|
| 14 |
|
---|
| 15 | .abstract, .meta
|
---|
| 16 | color: #909090
|
---|
| 17 |
|
---|
| 18 | article, .listing > li
|
---|
| 19 | background-color: rgba(100,100,100,.1)
|
---|
| 20 | border: 1px solid rgba(100,100,100,.2)
|
---|
| 21 |
|
---|
| 22 | .pipe
|
---|
| 23 | opacity: .3
|
---|
Note:
See
TracBrowser
for help on using the repository browser.