Consolidate local overrides of messages and styles in "local" subdirectory. Allows customisation without creating a new thmee.

This commit is contained in:
Graham Triggs 2017-10-02 18:24:06 +01:00
parent f6dd5a0a75
commit 870bc529e6
5 changed files with 13 additions and 0 deletions

View file

@ -31,3 +31,4 @@ VIVO tenderfoot theme: screen styles
@import url("page-login.css");
@import url("page-menu.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@import url("../../../local/css/local.css");

View file

@ -24,3 +24,4 @@ VIVO wilma theme: screen styles
@import url("reset.css");
@import url("wilma.css");
@import url("../../../local/css/local.css");