mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
markdown.css -> markdown.less
This commit is contained in:
committed by
Corey Johnson
parent
b502c811cb
commit
0e2ada4a91
@@ -1,23 +0,0 @@
|
||||
.source.gfm {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.gfm .markup.heading {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.gfm .bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.gfm .italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.gfm .comment.quote {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.gfm .raw {
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
25
static/markdown.less
Normal file
25
static/markdown.less
Normal file
@@ -0,0 +1,25 @@
|
||||
.source {
|
||||
.gfm {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
.markup.heading {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.comment.quote {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.raw {
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user