miniflux-legacy/examples/mytheme/css/app.css

20 lines
452 B
CSS
Raw Normal View History

2013-07-18 00:52:25 +02:00
/* Basic example theme */
2013-07-20 15:10:55 +02:00
/* Indentation: 4 spaces - Line Endings: Unix */
2013-07-18 00:52:25 +02:00
/* Import the original stylesheet if you want, it's up to you... */
@import url("../../../assets/css/app.css");
2013-07-17 03:58:11 +02:00
@font-face {
font-family: Inconsolata;
src: url(../fonts/Inconsolata-Regular.ttf);
}
body {
2013-07-18 00:52:25 +02:00
margin: 0;
max-width: 90%;
margin-left: 100px;
2013-07-17 03:58:11 +02:00
padding-left: 10px;
border-left: 5px solid #000;
font-family: 'Inconsolata', sans-serif;
}