Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
dms3-docs
Commits
645a1bd8
Commit
645a1bd8
authored
3 years ago
by
tavit ohanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix color for collapsed media breakpoint
parent
77bb9bd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
docs/css/theme_extra.css
docs/css/theme_extra.css
+15
-2
No files found.
docs/css/theme_extra.css
View file @
645a1bd8
...
...
@@ -5,10 +5,17 @@
the color scheme is subject to future redesign.
*/
a
{
color
:
#3b6018
!important
;
}
pre
,
.rst-content
tt
{
background
:
none
;
border
:
solid
1px
#e1e4e5
;
color
:
#333
;
}
.btn-neutral
{
background-color
:
#9da396
!important
;
color
:
#d8e1cf
!important
;
...
...
@@ -21,6 +28,14 @@ a {
border-color
:
#555555
!important
;
}
.wy-nav-top
{
background-color
:
#2b4016
!important
;
}
.wy-nav-top
>
a
{
color
:
#cdd0cb
!important
;
}
.wy-nav-content-wrap
{
background-color
:
#111111
!important
;
}
...
...
@@ -39,9 +54,7 @@ a {
}
.wy-nav-content
{
/* background: #222222 !important; */
background
:
#1b1c19
!important
;
/* color: #777777 !important; */
color
:
#a7aca3
!important
;
}
...
...
This diff is collapsed.
Click to expand it.
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