mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Change bible color
This commit is contained in:
parent
995466da24
commit
2314143170
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/outline/outline/archive/3aa7f34a73973c3f5fca16b7541548fb5a4ac879.zip
|
||||
SOURCE_SUM=64c6d04e8b789474a225bf0172a265b55e2c94784cef4342d42c14db34654b69
|
||||
SOURCE_URL=https://github.com/outline/outline/archive/410c9900c1c6ec359213bf6cef50fad9a0976087.zip
|
||||
SOURCE_SUM=10a43c44ff223a080f782100f2c4a12e6c1c2b9487aed32101b5e30b860f8e26
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -117,7 +117,7 @@ index 3ff5c7cf..f3809fd1 100644
|
|||
+++ b/shared/styles/theme.ts
|
||||
@@ -87,6 +87,8 @@ export const base = {
|
||||
noticeTipText: colors.almostBlack,
|
||||
noticeWarningBackground: "#d73a49",
|
||||
noticeWarningBackground: "#996633",
|
||||
noticeWarningText: colors.almostBlack,
|
||||
+ noticeBibleBackground: "#e9f5f9",
|
||||
+ noticeBibleText: colors.almostBlack,
|
||||
|
|
Loading…
Add table
Reference in a new issue