Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
f94f4196
There was an error fetching the commit references. Please try again later.
Commit
f94f4196
authored
5 years ago
by
André Holger Hanke
Browse files
Options
Downloads
Patches
Plain Diff
changed background color to beige, changed surface color to white to make mat-slide more visible
parent
1c7c41de
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/styles.scss
+4
-0
4 additions, 0 deletions
src/styles.scss
src/theme/purple-theme/purpleTheme.const.ts
+9
-9
9 additions, 9 deletions
src/theme/purple-theme/purpleTheme.const.ts
with
13 additions
and
9 deletions
src/styles.scss
+
4
−
0
View file @
f94f4196
...
...
@@ -58,3 +58,7 @@
.placeholder
{
color
:
var
(
--
on-surface
);
}
This diff is collapsed.
Click to expand it.
src/theme/purple-theme/purpleTheme.const.ts
+
9
−
9
View file @
f94f4196
...
...
@@ -6,9 +6,9 @@ export const purple = {
'
--secondary
'
:
'
black
'
,
'
--secondary-variant
'
:
'
green
'
,
'
--background
'
:
'
DarkKhaki
'
,
'
--background
'
:
'
beige
'
,
'
--surface
'
:
'
white
'
,
'
--dialog
'
:
'
Moccasin
'
,
'
--dialog
'
:
'
white
'
,
'
--on-primary
'
:
'
white
'
,
'
--on-secondary
'
:
'
white
'
,
...
...
@@ -16,14 +16,14 @@ export const purple = {
'
--on-surface
'
:
'
black
'
,
'
--on-cancel
'
:
'
white
'
,
'
--green
'
:
'
Maroo
n
'
,
'
--red
'
:
'
Maroon
'
,
'
--yellow
'
:
'
Maroon
'
,
'
--blue
'
:
'
Maroon
'
,
'
--purple
'
:
'
Maroon
'
,
'
--light-green
'
:
'
Maroo
n
'
,
'
--green
'
:
'
gree
n
'
,
'
--red
'
:
'
red
'
,
'
--yellow
'
:
'
yellow
'
,
'
--blue
'
:
'
blue
'
,
'
--purple
'
:
'
purple
'
,
'
--light-green
'
:
'
light-gree
n
'
,
'
--grey
'
:
'
grey
'
,
'
--grey-light
'
:
'
lightgrey
'
,
'
--grey-light
'
:
'
light
-
grey
'
,
'
--black
'
:
'
black
'
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment