1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 14:07:10 +00:00

further CSS updates

This commit is contained in:
Andrew Dolgov
2017-12-03 13:06:41 +03:00
parent 5e68e24679
commit 96f76580f4
5 changed files with 23 additions and 144 deletions

View File

@@ -5,6 +5,17 @@
@color-accent-light: #ecf4ff;
@color-link: #0088cc;
body.ttrss_main,
body.ttrss_prefs,
#main {
position : absolute;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
}
@import "tt-rss.less";
@import "cdm.less";
@import "prefs.less";