Skip to content

Commit ef0cc79

Browse files
committed
made search bar larger
1 parent e183ae6 commit ef0cc79

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
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: SteelBlue; // darken(CornflowerBlue, 15%); //darken(LightSteelBlue, 40%);
18+
$post-color: darken(SteelBlue, 0%); // darken(CornflowerBlue, 15%); //darken(LightSteelBlue, 40%);
1919

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

_sass/search-lunr.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,19 @@
1616
width: 100%;
1717

1818
input {
19-
width: 90%;
19+
width: 95%;
20+
height: 32px;
21+
font-size: 18px;
22+
border: 2px solid LightGray;
23+
border-radius: 15px;
24+
padding: 8px;
25+
padding-left: 20px;
26+
padding-right: 20px;
27+
}
28+
29+
input:focus {
30+
outline:none;
31+
box-shadow: 0px 0px 4px 1px LightGray;
2032
}
2133
}
2234

0 commit comments

Comments
 (0)