mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
remove colors from main stylesheet
They won't work for light and dark styles
This commit is contained in:
@@ -1,25 +1,15 @@
|
||||
.source.gfm {
|
||||
color: #ccc;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.gfm .markup.heading {
|
||||
color: #eee;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.gfm .link {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.gfm .bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.gfm .italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.gfm .variable.list {
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user