mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
6 lines
259 B
Plaintext
6 lines
259 B
Plaintext
<% (Rails.application.config.content_types[:all] + [Timeline, Document]).each do |content_type| %>
|
|
.<%= content_type.name.downcase %>-link {
|
|
color: <%= content_type.hex_color %>;
|
|
border-bottom: 1px dashed <%= content_type.hex_color %>;
|
|
}
|
|
<% end %> |