Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Commit

Permalink
Made syntax colour the same for name constants/keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
tav committed Mar 8, 2009
1 parent 2b961ac commit 485d19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ table.field-list td {
.syntax .nc { color: #447fcf } /* Name.Class */
.syntax .nc { color: #6d8091 } /* Name.Class */

.syntax .no { color: #40ffff } /* Name.Constant */
.syntax .no { color: #54ffd4 } /* Name.Constant */
.syntax .nd { color: #ffa500 } /* Name.Decorator */
.syntax .nd { color: #6d8091 } /* Name.Decorator */

Expand Down

0 comments on commit 485d19a

Please sign in to comment.