source: code/trunk/share/sass/main-light.sass@ 1

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
RevLine 
[1]1@import layout.sass
2
3body
4 background-color: WhiteSmoke
5
6body, a, header a:visited
7 color: #191B22
8
9pre
10 border-left: 1mm solid #191B22
11
12a
13 color: SteelBlue
14
15.abstract, .meta
16 color: #909090
17
18article, .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.