Skip to content

Commit dcc6bb9

Browse files
committed
updated some styles
1 parent 5cbeca5 commit dcc6bb9

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

cargokit/colors.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
--coldblue: #E8F2FF;
77
--whiteblue: #F6FAFF;
88

9-
--darkergray: #90A5BF;
9+
--darkgray: #324256;
10+
--darkgerray: #90A5BF;
1011
--softgray: #5a636b;
1112
--coldgray: #9AAAB8;
1213
--lightgray: #AAB7C4;

cargokit/fields.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@
1010
--field-font-size-sequence: var(--major-second);
1111

1212
/* colors */
13+
--field-placeholder-color: var(--lightgray);
14+
--field-placeholder-opacity: .75;
15+
16+
--field-color: var(--softgray);
17+
--field-color-hover: var(--secondary-hover);
18+
--field-color-focus: var(--secondary-focus);
1319

1420
/* borders */
15-
--field-border-color: var(--quaternary);
21+
--field-border-color: var(--quinary);
1622
--field-border-color-hover: var(--quaternary-hover);
1723
--field-border-color-focus: var(--quaternary-focus);
1824

cargokit/headings.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33

44
/* */
55
--heading-color: var(--primary);
6+
7+
/* sizes */
8+
--heading-median: 1.4;
9+
--heading-sequence: var(--minor-third);
610
}

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
body > h1 {
1010
border-bottom: 1px solid var(--secondary-lighten);
1111
padding: var(--gutter-tiny) 0;
12-
margin: var(--gutter-large) 0 var(--gutter);
12+
margin: 1.4em 0 var(--gutter);
1313
}
1414

1515
hr {

0 commit comments

Comments
 (0)