mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Deploy k4ustu3h/gitfolio to github.com/k4ustu3h/gitfolio.git:gh-pages
This commit is contained in:
parent
35adb8dbd3
commit
d3fa7e1982
1 changed files with 17 additions and 16 deletions
33
index.css
33
index.css
|
@ -1,5 +1,5 @@
|
|||
@import url("https://fonts.googleapis.com/css?family=Poppins");
|
||||
@import url("https://fonts.googleapis.com/css?family=Questrial");
|
||||
@import url("https://fonts.googleapis.com/css?family=Asap");
|
||||
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed');
|
||||
|
||||
body {
|
||||
margin: 0%;
|
||||
|
@ -10,7 +10,7 @@ body {
|
|||
max-width: 100vw;
|
||||
overflow-x: hidden;
|
||||
align-items: center;
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-family: "Asap", sans-serif;
|
||||
}
|
||||
|
||||
#loading {
|
||||
|
@ -76,7 +76,7 @@ body {
|
|||
font-size: 50px;
|
||||
color: var(--text-color);
|
||||
font-weight: bold;
|
||||
font-family: "Questrial", sans-serif;
|
||||
font-family: "Asap", sans-serif;
|
||||
}
|
||||
|
||||
.emoji {
|
||||
|
@ -95,18 +95,18 @@ body {
|
|||
#username_blog {
|
||||
font-size: 18px;
|
||||
color: var(--text-color);
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-family: "Asap Condensed", sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#username_blog span {
|
||||
font-size: 24px;
|
||||
font-family: "Questrial", sans-serif !important;
|
||||
font-family: "Asap Condensed", sans-serif !important;
|
||||
}
|
||||
|
||||
#username_blog b {
|
||||
font-size: 12px;
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-family: "Asap Condensed", sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -150,7 +150,7 @@ body {
|
|||
font-size: 50px;
|
||||
color: var(--text-color);
|
||||
font-weight: bold;
|
||||
font-family: "Questrial", sans-serif;
|
||||
font-family: "Asap", sans-serif;
|
||||
}
|
||||
|
||||
#blog-display h2 {
|
||||
|
@ -159,7 +159,7 @@ body {
|
|||
|
||||
#blog-display {
|
||||
padding: 1vh 0px;
|
||||
font-family: "Questrial", sans-serif;
|
||||
font-family: "Asap", sans-serif;
|
||||
}
|
||||
|
||||
#blog p {
|
||||
|
@ -205,7 +205,7 @@ body {
|
|||
#footer_blog a {
|
||||
color: var(--text-color) !important;
|
||||
text-decoration: none;
|
||||
font-family: "Questrial", sans-serif;
|
||||
font-family: "Asap", sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -218,7 +218,7 @@ body {
|
|||
#footer a {
|
||||
color: var(--text-color) !important;
|
||||
text-decoration: none;
|
||||
font-family: "Questrial", sans-serif;
|
||||
font-family: "Asap", sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -242,21 +242,23 @@ body {
|
|||
#username {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
font-family: "Asap Condensed", sans-serif;
|
||||
}
|
||||
|
||||
#username span {
|
||||
font-size: 24px;
|
||||
font-family: "Asap Condensed", sans-serif;
|
||||
}
|
||||
|
||||
#userbio {
|
||||
font-size: 26px;
|
||||
font-family: "Questrial", sans-serif;
|
||||
font-family: "Asap", sans-serif;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#about {
|
||||
font-size: 18px;
|
||||
font-family: "Questrial", sans-serif;
|
||||
font-family: "Asap", sans-serif;
|
||||
}
|
||||
|
||||
#about a,
|
||||
|
@ -333,7 +335,7 @@ body {
|
|||
|
||||
.about_section {
|
||||
font-size: 18px;
|
||||
font-family: "Questrial", sans-serif;
|
||||
font-family: "Asap", sans-serif;
|
||||
margin: 2vh 0px;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
|
@ -544,8 +546,7 @@ body {
|
|||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--text-color);
|
||||
}
|
||||
:root {
|
||||
}:root {
|
||||
--bg-color: rgb(10, 10, 10);
|
||||
--text-color: #fff;
|
||||
--blog-gray-color: rgb(180, 180, 180);
|
||||
|
|
Loading…
Reference in a new issue