Style updates

This commit is contained in:
Eldad Fux
2020-05-08 00:17:06 +03:00
parent f2dbe2f19b
commit 93dff8f0ee
5 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const APP_EMAIL_SECURITY = 'security@localhost.test'; // Default security email
const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 15;
const APP_CACHE_BUSTER = 125;
const APP_CACHE_BUSTER = 126;
const APP_VERSION_STABLE = '0.5.3';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_CACHE = '/storage/cache';
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -3,6 +3,7 @@
padding: 30px 50px;
margin: 0 -50px;
position: relative;
border-bottom: solid 1px var(--config-border-fade);
h1,
h2,
+2
View File
@@ -30,6 +30,7 @@
--config-color-warning: #ffed4d;
--config-color-info: #386fd2;
--config-border-color: #f5f5f5;
--config-border-fade: #e0e3e4;
--config-border-radius: 10px;
--config-prism-background: #373738;
--config-prism-numbers: #39393c;
@@ -101,6 +102,7 @@
--config-color-warning: #e0d56d;
--config-color-info: #386fd2;
--config-border-color: #262D50;
--config-border-fade: #19203a;
--config-prism-background: #1F253F;
--config-prism-numbers: #1F253F;
--config-note-background: #1F253F;