Last change
on this file since 1 was 1, checked in by fox, 9 years ago |
initial simple example with omd
|
File size:
323 bytes
|
Line | |
---|
1 | @import layout.sass
|
---|
2 |
|
---|
3 | body
|
---|
4 | background-color: WhiteSmoke
|
---|
5 |
|
---|
6 | body, a, header a:visited
|
---|
7 | color: #191B22
|
---|
8 |
|
---|
9 | pre
|
---|
10 | border-left: 1mm solid #191B22
|
---|
11 |
|
---|
12 | a
|
---|
13 | color: SteelBlue
|
---|
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.