diff --git a/_icons/align-center.svg b/_icons/align-center.svg new file mode 100644 index 000000000..d081f880c --- /dev/null +++ b/_icons/align-center.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/align-justified.svg b/_icons/align-justified.svg new file mode 100644 index 000000000..80987cfd6 --- /dev/null +++ b/_icons/align-justified.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/chevron-down.svg b/_icons/chevron-down.svg new file mode 100644 index 000000000..7fec68187 --- /dev/null +++ b/_icons/chevron-down.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/_icons/chevron-left.svg b/_icons/chevron-left.svg new file mode 100644 index 000000000..d28989887 --- /dev/null +++ b/_icons/chevron-left.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/_icons/chevron-right.svg b/_icons/chevron-right.svg new file mode 100644 index 000000000..d38bbc4d9 --- /dev/null +++ b/_icons/chevron-right.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/_icons/chevron-up.svg b/_icons/chevron-up.svg new file mode 100644 index 000000000..ad0139879 --- /dev/null +++ b/_icons/chevron-up.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/assets/bg.svg b/assets/bg.svg index df8ec8bb9..1f7fcb1b1 100644 --- a/assets/bg.svg +++ b/assets/bg.svg @@ -1,7 +1,7 @@ --- --- - + diff --git a/assets/style.scss b/assets/style.scss index 425b2875c..8769913fb 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -101,6 +101,15 @@ a { height: 100%; stroke-width: 2; opacity: .8; + + + svg { + stroke-width: .08; + opacity: 1; + stroke: red; + position: absolute; + left: 0; + top: 0; + } } } @@ -128,7 +137,6 @@ a { display: block; width: 1.5rem; height: 1.5rem; - stroke-width: 2; } } diff --git a/index.html b/index.html index 4e298add6..b98036f08 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,7 @@
{{ first-icon }} + {{ first-icon }}