24 lines
519 B
Text
24 lines
519 B
Text
|
<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>
|