Skip to content

Commit e183ae6

Browse files
committed
formatted post lists
1 parent 412c5c3 commit e183ae6

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

_sass/minima.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $img-radius: 5px;
1515
$text-color: gray; //#111 !default;
1616
$background-color: #fdfdfd !default;
1717
$brand-color: DodgerBlue; //#2a7ae2 !default;
18-
$post-color: darken(CornflowerBlue, 5%); //darken(LightSteelBlue, 40%);
18+
$post-color: SteelBlue; // darken(CornflowerBlue, 15%); //darken(LightSteelBlue, 40%);
1919

2020
$grey-color: #828282 !default;
2121
$grey-color-light: lighten($grey-color, 40%) !default;

_sass/pagination.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
width: auto;
4242

4343
.text {
44-
background: PaleGoldenRod;
45-
padding: 1px 5px 1px 5px;
44+
color: white; //black;
45+
background: SandyBrown; //PaleGoldenRod;
46+
padding: 2px 5px 2px 5px;
4647
border-radius: 8px;
4748
}
4849
}

_sass/projects.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,18 @@
2525

2626
.button {
2727
padding-left: 10px;
28+
min-width: 60px;
2829
}
2930

3031
// button state
3132
details {
3233
.button_on {
33-
@extends .button;
34-
color: SlateGrey;
34+
@extend .button;
35+
color: DodgerBlue;
3536
display: block;
3637
}
3738
.button_off {
38-
@extends .button;
39+
@extend .button;
3940
display: none;
4041
}
4142
}

0 commit comments

Comments
 (0)