mirror of
https://github.com/status-im/network-stories.git
synced 2025-01-12 21:04:35 +00:00
Deploying to gh-pages from @ status-im/network-stories@e8b2a08b74 🚀
This commit is contained in:
parent
d8eab2f22f
commit
329f124eda
File diff suppressed because one or more lines are too long
@ -52,6 +52,7 @@ html[data-theme='dark'] {
|
||||
);
|
||||
--ls-border-color: #0e5263;
|
||||
--ls-secondary-border-color: #126277;
|
||||
--ls-tertiary-border-color: rgba(0, 2, 0, 0.10);
|
||||
--ls-guideline-color: #0b4a5a;
|
||||
--ls-menu-hover-color: var(--ls-secondary-background-color);
|
||||
--ls-primary-text-color: #a4b5b6;
|
||||
@ -103,14 +104,15 @@ html[data-theme='light'] {
|
||||
--ls-tertiary-background-color: #f1eee8;
|
||||
--ls-quaternary-background-color: #e8e5de;
|
||||
--ls-table-tr-even-background-color: #f7f7f7;
|
||||
--ls-active-primary-color: rgb(4, 85, 145);
|
||||
--ls-active-secondary-color: #003761;
|
||||
--ls-active-primary-color: rgb(0, 105, 182);
|
||||
--ls-active-secondary-color: #00477c;
|
||||
--ls-block-properties-background-color: #f7f7f7;
|
||||
--ls-page-properties-background-color: #f7f7f7;
|
||||
--ls-block-ref-link-text-color: #d8e1e8;
|
||||
--ls-search-background-color: var(--ls-primary-background-color);
|
||||
--ls-border-color: #ccc;
|
||||
--ls-secondary-border-color: #e2e2e2;
|
||||
--ls-tertiary-border-color: rgba(200, 200, 200, 0.30);
|
||||
--ls-guideline-color: rgba(46, 27, 5, 0.08);
|
||||
--ls-menu-hover-color: var(--ls-a-chosen-bg);
|
||||
--ls-primary-text-color: #433f38;
|
||||
@ -741,6 +743,7 @@ li p:last-child,
|
||||
}
|
||||
|
||||
.canceled,
|
||||
.cancelled,
|
||||
.done {
|
||||
text-decoration: line-through;
|
||||
opacity: 0.6;
|
||||
@ -780,7 +783,8 @@ li p:last-child,
|
||||
}
|
||||
|
||||
.done,
|
||||
.canceled {
|
||||
.canceled,
|
||||
.cancelled {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
@ -902,6 +906,7 @@ button.menu:focus {
|
||||
.menu-link {
|
||||
background-color: var(--ls-primary-background-color, #fff);
|
||||
color: var(--ls-primary-text-color);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.menu-link:first-of-type {
|
||||
|
File diff suppressed because one or more lines are too long
BIN
static/img/file-edn.png
Normal file
BIN
static/img/file-edn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
static/img/folder-logo.png
Normal file
BIN
static/img/folder-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
BIN
static/img/folder.png
Normal file
BIN
static/img/folder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
19762
static/js/main.js
19762
static/js/main.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user