Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ARSnova
frag.jetzt
Commits
752f843b
Commit
752f843b
authored
Jul 21, 2020
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
optimize light theme
parent
f8dc432c
Pipeline
#46989
passed with stages
in 9 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
projects/ars/src/lib/style/style.const.ts
projects/ars/src/lib/style/style.const.ts
+3
-3
No files found.
projects/ars/src/lib/style/style.const.ts
View file @
752f843b
...
...
@@ -2,10 +2,10 @@ export const light = {
'
ars-header-color
'
:
'
#212121
'
,
'
ars-paragraph-color
'
:
'
#3f3f3f
'
,
'
ars-button-color
'
:
'
#000000
'
,
'
ars-button-color-light
'
:
'
#
f9fbe7
'
,
'
ars-button-color-light
'
:
'
#
000000
'
,
'
ars-background-color
'
:
'
#f9fbe7
'
,
'
ars-foreground-color
'
:
'
#
FFFFFF
'
,
'
ars-border-color
'
:
'
#
DDDDDD
'
'
ars-foreground-color
'
:
'
#
fffde7
'
,
'
ars-border-color
'
:
'
#
607d8b
'
};
export
const
dark
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment