summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 21:14:35 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 21:14:35 +0300
commit2b8b845abe7c13ecbb266613910484310cffe8e1 (patch)
tree90bd2e93737c2aad17cfb09496cc57cf3f9968cd /css
parentb2341679d53b227fc90fba34c3a7e6453e3cad6e (diff)
* use ORM for trivial queries
* environment-based configuration * useradm.php -> update.php with new options * support for schema migrations * various fixes
Diffstat (limited to 'css')
-rw-r--r--css/app.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/app.less b/css/app.less
index d2d971e..1a297ee 100644
--- a/css/app.less
+++ b/css/app.less
@@ -299,4 +299,9 @@ body.is-epube-app.epube-reader {
}
}
+body.epube-sanity-failed {
+ background : #900;
+ color : white;
+}
+
@import "themes.less"; \ No newline at end of file