Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LibreTranslate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Riße, Matthias
LibreTranslate
Commits
85c569e1
Unverified
Commit
85c569e1
authored
2 years ago
by
Piero Toffanin
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #293 from ecxod/main
brightened the Realm of Darkness
parents
b2a4dd0a
982c4121
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/static/css/dark-theme.css
+23
-4
23 additions, 4 deletions
app/static/css/dark-theme.css
with
23 additions
and
4 deletions
app/static/css/dark-theme.css
+
23
−
4
View file @
85c569e1
...
...
@@ -8,7 +8,11 @@
background-color
:
#1E5DA6
!important
;
}
/* like in btn-delete-text */
.btn-flat
{
color
:
#666
;
}
.btn-switch-type
{
background-color
:
#333
;
color
:
#5CA8FF
;
...
...
@@ -17,7 +21,6 @@
background-color
:
#444
!important
;
color
:
#5CA8FF
;
}
.btn-switch-type.active
{
background-color
:
#3392FF
!important
;
color
:
#fff
;
...
...
@@ -26,7 +29,20 @@
background-color
:
#5CA8FF
!important
;
color
:
#fff
;
}
/* like in textarea */
.card-content
{
border
:
1px
solid
#444
!important
;
background-color
:
#222
!important
;
color
:
#fff
;
}
.file-dropzone
{
background
:
#222
;
border
:
1px
solid
#444
;
margin-top
:
1rem
;
}
select
{
color
:
#fff
;
background
:
#111
;
...
...
@@ -42,6 +58,10 @@
background-color
:
#222
!important
;
color
:
#fff
;
}
/* like in file dropzone */
.textarea-container
{
margin-top
:
1rem
;
}
.code
{
border
:
1px
solid
#444
;
...
...
@@ -53,7 +73,6 @@
text-shadow
:
0
1px
#000
;
}
.token.atrule
,
.token.attr-value
,
.token.keyword
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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