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
Merge requests
!233
Resolve "Use material dark theme colors"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Use material dark theme colors"
284-use-material-dark-theme-colors
into
master
Overview
0
Commits
3
Pipelines
1
Changes
11
Merged
Lukas Mauß
requested to merge
284-use-material-dark-theme-colors
into
master
5 years ago
Overview
0
Commits
3
Pipelines
1
Changes
5
Expand
Closes
#284 (closed)
0
0
Merge request reports
Viewing commit
3a9a1eec
Prev
Next
Show latest version
5 files
+
14
−
13
Expand all files
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
3a9a1eec
Fix dark theme
· 3a9a1eec
Lukas Mauß
authored
5 years ago
src/app/components/home/home-page/home-page.component.scss
+
1
−
1
Options
@@ -10,7 +10,7 @@
@@ -10,7 +10,7 @@
font-weight
:
bold
;
font-weight
:
bold
;
text-align
:
center
;
text-align
:
center
;
letter-spacing
:
10px
;
letter-spacing
:
10px
;
color
:
var
(
--
on-surface
);
color
:
var
(
--
secondary
);
animation
:
moveInLeft
2s
ease-out
;
animation
:
moveInLeft
2s
ease-out
;
padding-top
:
10px
;
padding-top
:
10px
;
}
}