1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-15 21:55:09 -05:00
wallabag/web/assets/css/style.css

39 lines
547 B
CSS
Raw Normal View History

2013-11-26 07:33:00 -05:00
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto.woff) format('woff');
}
body {
margin: 10px;
font-family: 'Roboto',Verdana,Geneva,sans-serif;
font-size: 16px;
color: #000;
}
header {
text-align: center;
}
header h1 {
font-size: 1.3em;
}
2014-01-13 16:30:19 -05:00
nav ul li, ul.entry_options li {
2014-01-10 10:26:07 -05:00
display: inline-block;
}
2013-11-26 07:33:00 -05:00
a,
a:hover,
a:visited {
color: #000;
}
footer {
clear: both;
}
.reading-time {
font-size: 0.8em;
}