Skip to content

Commit

Permalink
style: reset changes && upload profile picture
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromclaro committed May 29, 2024
1 parent 40d9466 commit 8927010
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
Binary file modified img-perfil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 11 additions & 20 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,15 @@
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800&display=swap');

* {
margin: 0;
padding: 0;
font-family: var(--main-font);
}

:root {
--main-font: "Atkinson Hyperlegible", sans-serif;

/* Catppuccin Theme: 🌿 Mocha */
--background-color: #1e1e2e;
--text-color: #cdd6f4;
--subtext-color: #bac2de;
--highlight-color0: #cba6f7;
--highlight-color1: #f2cdcd;
font-family: "Heebo", sans-serif;
}

body {
background-color: var(--background-color);
}
background-color: #fff;
}

#principal {
display: flex;
Expand All @@ -34,9 +23,8 @@ body {
margin-bottom: 100px;
}

#principal > h1,
h2 {
font-family: "Heebo", sans-serif;
#principal > h1, h2 {
font-family: 'Heebo', sans-serif;
text-align: center;
}

Expand Down Expand Up @@ -73,6 +61,7 @@ button {
border-radius: 5px;
}


#principal #img-links {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -148,7 +137,7 @@ i.posts-tag-1 {
margin-right: 5px;
font-style: normal;
padding: 3px 5px;
background-color: #d4b1f4;
background-color: #D4B1F4;
border-radius: 10px;
user-select: none;
}
Expand All @@ -160,6 +149,7 @@ i.posts-tag-2 {
background-color: #f3f4b1;
border-radius: 10px;
user-select: none;

}

i.posts-tag-3 {
Expand All @@ -173,4 +163,5 @@ i.posts-tag-3 {

.recent .posts .post-item p {
max-width: 400px;
}

}

0 comments on commit 8927010

Please sign in to comment.