trabajo-afectivo/app/views/knowledge_base/public/_inline_stylesheet.html.erb

24 lines
519 B
Text
Raw Normal View History

2019-06-04 03:40:48 +00:00
<style>
@font-face {
font-family: '<%= knowledge_base.iconset %>';
src: url('/assets/icon-fonts/<%= knowledge_base.iconset %>.woff');
font-weight: normal;
font-style: normal;
}
[data-font="<%= knowledge_base.iconset %>"] {
font-family: '<%= knowledge_base.iconset %>';
}
a,
.section-inner [data-font],
.section-inner .icon,
.section > a:hover {
color: <%= knowledge_base.color_highlight %>;
}
.header {
background-color: <%= knowledge_base.color_header %>;
}
</style>