From 1aae6b0d81138d58979fefea667c08e5870f1371 Mon Sep 17 00:00:00 2001 From: Abhiraj Roy <157954129+iconized@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:58:00 +0530 Subject: [PATCH] :construction: wip(css): change in style Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com> --- components/GistSnippet.vue | 6 +++--- components/ProjectCard.vue | 4 ++-- pages/about-me.vue | 4 ++-- pages/index.vue | 43 ++++++++++++++++++++------------------ pages/projects.vue | 10 ++++----- 5 files changed, 35 insertions(+), 32 deletions(-) diff --git a/components/GistSnippet.vue b/components/GistSnippet.vue index caebe409..4b29aaf2 100644 --- a/components/GistSnippet.vue +++ b/components/GistSnippet.vue @@ -44,8 +44,8 @@ .snippet-container { background-color: #011221; padding: 5px; - border-radius: 15px; - border: 1px solid #1E2D3D; + border-radius: 0px; + border: 1px solid #FF7F53; font-size: 12px; overflow-y: scroll; overflow-x: scroll; @@ -86,7 +86,7 @@ code.hljs{ } #username:hover { - color: #5e6ef2; + color: #FF7F53; } /* #comment { diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue index 9661f02a..dbb98240 100644 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -38,9 +38,9 @@ const { project, key, index } = defineProps(['project', 'key', 'index']) } #project-card { - border: 1px solid #1E2D3D; + border: 1px solid #FF7F53; background-color: #011221; - border-radius: 15px; + border-radius: 1px; max-width: 400px; } diff --git a/pages/about-me.vue b/pages/about-me.vue index c799c68d..f72cb62e 100644 --- a/pages/about-me.vue +++ b/pages/about-me.vue @@ -275,8 +275,8 @@ export default { data() { return { - currentSection: 'personal-info', - folder: 'bio', + currentSection: 'professional-info', + folder: 'experience', loading: true, } }, diff --git a/pages/index.vue b/pages/index.vue index 0540276f..5427dad2 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -9,7 +9,7 @@
-
+
+
github
@@ -43,17 +46,17 @@
"https://github.com/{{ config.public.dev.contacts.social.github.user }}"
-
+
+
download
@@ -66,17 +69,17 @@
-
+
+
- docs
+ documentation
=
diff --git a/pages/projects.vue b/pages/projects.vue
index fc56563c..14e10c23 100644
--- a/pages/projects.vue
+++ b/pages/projects.vue
@@ -151,8 +151,8 @@ input[type="checkbox"] {
background-color: transparent;
width: 1.15em;
height: 1.15em;
- border: 2px solid currentColor;
- border-radius: 0.15em;
+ border: 1px solid currentColor;
+ border-radius: 0px;
margin-top: 1px;
}
@@ -164,7 +164,7 @@ input[type="checkbox"]:checked {
}
input[type="checkbox"]:checked:hover {
- box-shadow: #607b968b 0px 0px 0px 2px;
+ box-shadow: #FF7F53 0px 0px 0px 2px;
}
input[type="checkbox"]:not(:checked) {
@@ -177,14 +177,14 @@ input[type="checkbox"]:hover {
background-image: url("data:image/svg+xml;utf8,");
background-repeat: no-repeat;
background-position: center;
- box-shadow: #607b968b 0px 0px 0px 2px;
+ box-shadow: #FF7F53 0px 0px 0px 2px;
}
input[type="checkbox"]:hover:not(:checked) {
cursor: pointer;
background-color: rgba(0, 0, 0, 0.1);
background-image: none;
- box-shadow: #607b968b 0px 0px 0px 2px;
+ box-shadow: #FF7F53 0px 0px 0px 2px;
}
input[type="checkbox"]:focus {