1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 05:37:12 +00:00

use claro theme instead of flat

This commit is contained in:
Andrew Dolgov
2019-07-08 14:29:19 +03:00
parent ea30061cce
commit 4d265a4deb
4 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
@import "../lib/flat-ttrss/flat_combined.css";
@import "../lib/dijit/themes/claro/claro.css";
body.ttrss_main,
body.ttrss_prefs,
#main {
@@ -1891,4 +1891,3 @@ body.ttrss_zoom div.post div.content pre {
max-width: 98%;
overflow: auto;
}
/*# sourceMappingURL=default.css.map */

View File

@@ -1,4 +1,4 @@
@import "defines.less";
@import "dijit_light.less";
@import "zoom.less";
@import "../lib/flat-ttrss/flat_combined.css";
@import "../lib/dijit/themes/claro/claro.css";