diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/assets/css/main.css b/assets/css/main.css old mode 100644 new mode 100755 index f6ca9c4..ab5dba2 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -7,13 +7,7 @@ html, body { - background-color: #191819; - color: white; - z-index: 0; -} - -a { - @apply text-rose-500 hover:underline visited:bg-rose-700; + @apply bg-soft-lavender dark:bg-midnight text-deep-indigo dark:text-white; } .font-jetbrains { @@ -27,18 +21,6 @@ samp { font-family: 'JetBrains Mono', monospace; } -.text-overflow:before { - content: ""; - width: 100%; - height: 100%; - position: absolute; - left: 0; - top: 0; - --tw-bg-opacity: 1; - background: linear-gradient(transparent 150px, - rgba(39, 39, 42, var(--tw-bg-opacity))); -} - .love { text-decoration: underline; text-decoration-color: #EB0066; diff --git a/assets/images/header.jpg b/assets/images/header.jpg old mode 100644 new mode 100755 diff --git a/assets/images/juls07.png b/assets/images/juls07.png old mode 100644 new mode 100755 diff --git a/components/IconTag.vue b/components/IconTag.vue old mode 100644 new mode 100755 index 777575b..0136405 --- a/components/IconTag.vue +++ b/components/IconTag.vue @@ -1,10 +1,8 @@ diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue old mode 100644 new mode 100755 index 7200395..d4d03e4 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -6,39 +6,26 @@ export default { \ No newline at end of file diff --git a/components/content/ProseCode.vue b/components/content/ProseCode.vue old mode 100644 new mode 100755 index 8108f13..ee94326 --- a/components/content/ProseCode.vue +++ b/components/content/ProseCode.vue @@ -1,31 +1,26 @@ - + - + diff --git a/pages/blog/index.vue b/pages/blog/index.vue old mode 100644 new mode 100755 index 2d1a8f6..ddcb163 --- a/pages/blog/index.vue +++ b/pages/blog/index.vue @@ -1,52 +1,48 @@