Skip to content

Commit b6ecdd1

Browse files
Add files via upload
1 parent c0ea8c2 commit b6ecdd1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

css/main.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ table {
125125
}
126126

127127
:root {
128-
--color0: #FFFFF7;
129-
--color1: #FFFEF7;
130-
--color2: #F6FAF7;
131-
--color3: #AEC0C7;
132-
--color4: #4D526C;
128+
--color0: #F7F5F5;
129+
--color1: #F5F5F7;
130+
--color2: #E5E7EE;
131+
--color3: #715AA3;
132+
--color4: #282727;
133133
--bg: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NgAAIAAAUAAR4f7BQAAAAASUVORK5CYII=);
134134
--repeat: no-repeat;
135135
--size: center/cover;
@@ -792,6 +792,7 @@ div.moves {
792792
}
793793

794794
.movable {
795+
transition: .1s;
795796
min-width: 36px;
796797
max-width: 960px
797798
}
@@ -1384,7 +1385,7 @@ fieldset {
13841385

13851386
.bottom {
13861387
padding: 0;
1387-
bottom: 4px;
1388+
bottom: 8px;
13881389
right: 0;
13891390
font-size: 12px;
13901391
display: block;

0 commit comments

Comments
 (0)