Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
01e74940
Commit
01e74940
authored
Mar 24, 2020
by
Jacek Lebioda
Browse files
feat: small color improvements
parent
10857772
Changes
3
Hide whitespace changes
Inline
Side-by-side
_sass/minima.scss
View file @
01e74940
...
...
@@ -12,7 +12,8 @@ $spacing-unit: 30px !default;
$text-color
:
#111
!
default
;
$background-color
:
#fdfdfd
!
default
;
$brand-color
:
#2a7ae2
!
default
;
// $brand-color: #2a7ae2 !default;
$brand-color
:
#4085e4
!
default
;
$grey-color
:
#5c5c5c
!
default
;
$grey-color-light
:
lighten
(
$grey-color
,
40%
)
!
default
;
...
...
_sass/minima/_base.scss
View file @
01e74940
...
...
@@ -132,7 +132,8 @@ a {
}
&
:visited
{
color
:
darken
(
$brand-color
,
15%
);
// color: darken($brand-color, 15%);
color
:
$brand-color
;
}
&
:hover
{
...
...
@@ -176,7 +177,7 @@ code {
@include
relative-font-size
(
0
.9375
);
border
:
1px
solid
$grey-color-light
;
border-radius
:
3px
;
background-color
:
#
eef
;
background-color
:
#
f4f4f4
;
}
code
{
...
...
@@ -322,14 +323,16 @@ table {
border
:
1px
solid
$grey-color-light
;
tr
{
&
:nth-child
(
even
)
{
background-color
:
lighten
(
$grey-color-light
,
6%
);
// background-color: lighten($grey-color-light, 6%);
background-color
:
#f0f0f0
;
}
}
th
,
td
{
padding
:
(
$spacing-unit
/
3
)
(
$spacing-unit
/
2
);
}
th
{
background-color
:
lighten
(
$grey-color-light
,
3%
);
// background-color: lighten($grey-color-light, 3%);
background-color
:
#f0f0f0
;
border
:
1px
solid
darken
(
$grey-color-light
,
4%
);
border-bottom-color
:
darken
(
$grey-color-light
,
12%
);
}
...
...
_sass/minima/_layout.scss
View file @
01e74940
...
...
@@ -162,7 +162,7 @@ html {
}
.active
:after
{
border-color
:
#58595B
;
border-color
:
$brand-color
;
}
}
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment