miniflux-legacy/examples/mytheme/css/app.css
chrislemonier 18e66471fb Update app.css
Thought the example of the CSS for Themes should have an include back to the original app.css
2013-07-17 09:49:25 -07:00

14 lines
273 B
CSS

@import url("../../../assets/css/app.css");
@font-face {
font-family: Inconsolata;
src: url(../fonts/Inconsolata-Regular.ttf);
}
body {
margin-left: 300px;
padding-left: 10px;
border-left: 5px solid #000;
font-family: 'Inconsolata', sans-serif;
}