Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
f60623a9
Commit
f60623a9
authored
Feb 24, 2020
by
Aria Givi
Committed by
Phil Höfer
Mar 30, 2020
Browse files
adjusted sidebar colors
parent
1a7e2f12
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/parts/sidebar.less
View file @
f60623a9
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
overflow: hidden;
overflow: hidden;
overflow-y: auto;
overflow-y: auto;
z-index: 10;
z-index: 10;
background-color:
rgb(39, 39, 39)
;
background-color:
@background-color
;
color:
white
;
color:
@text-color
;
transition: 0.5s;
transition: 0.5s;
border-left: none;
border-left: none;
.sidebar-logo {
.sidebar-logo {
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
text-indent: 12px;
text-indent: 12px;
display: inline-block;
display: inline-block;
width: 100%;
width: 100%;
color: @
link
-color;
color: @
text
-color;
&:hover, &:focus {
&:hover, &:focus {
color: red;
color: red;
}
}
...
...
Write
Preview
Supports
Markdown
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