Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
13a4130f
Verified
Commit
13a4130f
authored
Mar 30, 2020
by
Laurent Heirendt
✈
Browse files
remove highlighting in table
parent
af4e05bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
_sass/minima/_base.scss
View file @
13a4130f
...
...
@@ -321,20 +321,11 @@ table {
color
:
lighten
(
$text-color
,
18%
);
border-collapse
:
collapse
;
border
:
1px
solid
$grey-color-light
;
tr
{
&
:nth-child
(
even
)
{
// 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
:
#f0f0f0
;
border
:
1px
solid
darken
(
$grey-color-light
,
4%
);
border-bottom-color
:
darken
(
$grey-color-light
,
12%
);
}
td
{
border
:
1px
solid
$grey-color-light
;
...
...
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