diff --git a/src/App.vue b/src/App.vue index 7324d7a..790f7ab 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ + + + + diff --git a/src/components/icons/IconEditor.vue b/src/components/icons/IconEditor.vue new file mode 100644 index 0000000..41117fe --- /dev/null +++ b/src/components/icons/IconEditor.vue @@ -0,0 +1,42 @@ + + + diff --git a/src/components/icons/IconGithub.vue b/src/components/icons/IconGithub.vue new file mode 100644 index 0000000..9606a60 --- /dev/null +++ b/src/components/icons/IconGithub.vue @@ -0,0 +1,22 @@ + + + diff --git a/src/components/icons/IconManager.vue b/src/components/icons/IconManager.vue new file mode 100644 index 0000000..ee05341 --- /dev/null +++ b/src/components/icons/IconManager.vue @@ -0,0 +1,32 @@ + + + diff --git a/src/components/icons/IconPresets.vue b/src/components/icons/IconPresets.vue new file mode 100644 index 0000000..ca673c8 --- /dev/null +++ b/src/components/icons/IconPresets.vue @@ -0,0 +1,33 @@ + + + diff --git a/src/components/icons/IconTheme.vue b/src/components/icons/IconTheme.vue new file mode 100644 index 0000000..b329226 --- /dev/null +++ b/src/components/icons/IconTheme.vue @@ -0,0 +1,102 @@ + + + + + diff --git a/src/style.css b/src/style.css index 2875238..41029d0 100644 --- a/src/style.css +++ b/src/style.css @@ -39,7 +39,7 @@ body { background-color: #ffffff; } a:hover { - color: #747bff; + color: #2da44e; } button { background-color: #f9f9f9;