Skip to content

Commit

Permalink
#Comforta who is #Ebony_Obsidian ??????????????????????
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Jan 29, 2024
1 parent d0e286b commit 2acb4a4
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $container-max-width: 1000px;
@content;
}
}

/*
body {
margin: 0;
padding: 0;
Expand All @@ -22,8 +22,25 @@ body {
font-size: 16px;
line-height: 1.5;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
} */
body {
color: white;
background-color: #010a00;
/* background-image: url(""); */
font-size: 1rem;
background-image: url("../images/elenasavanna.gif");
background: url("") no-repeat 50% fixed / cover;
/* background: url("https://raw.githubusercontent.com/ThakaRashard/film1/master/assets/images/CHALK_LOVER_AWR.jpg") 0 / cover fixed; /* centered full background code */
line-height: 1.5;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
font-family: "Comfortaa", -apple-system, Ubuntu, "Ariel Black", Verdana;
}

/* General & 'Reset' Stuff */

.container {
Expand Down

0 comments on commit 2acb4a4

Please sign in to comment.