mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-22 10:10:12 +01:00
32 lines
278 B
CSS
32 lines
278 B
CSS
|
|
.html .tag {
|
||
|
|
color : green;
|
||
|
|
}
|
||
|
|
|
||
|
|
.html .doctype {
|
||
|
|
color: #708090;
|
||
|
|
}
|
||
|
|
|
||
|
|
.erb .tag {
|
||
|
|
color : green;
|
||
|
|
}
|
||
|
|
|
||
|
|
.erb .doctype {
|
||
|
|
color: #708090;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ruby .keywords {
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ruby .ivar {
|
||
|
|
color : blue;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ruby .comment {
|
||
|
|
color: #708090;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ruby .symbol {
|
||
|
|
color: green;
|
||
|
|
}
|