Skip to content

Commit

Permalink
Commit Session Test
Browse files Browse the repository at this point in the history
  • Loading branch information
s3mPr1linux committed Dec 22, 2024
1 parent 2cb2d41 commit 1ae9203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ $blockquote-border: $dove-grey !default;
$spacing-unit: 30px !default;
$brand-color: #2a7ae2 !default;
$text-color: #111 !default;

$grey-color: #828282 !default;
$grey-color-light: lighten($grey-color, 40%) !default;
$grey-color-dark: darken($grey-color, 25%) !default;

$on-palm: 600px !default;
$on-laptop: 800px !default;

body {
margin: 0;
Expand Down
2 changes: 0 additions & 2 deletions _sass/hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1034,8 +1034,6 @@ button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-ap
}




/**
* Links
*/
Expand Down

0 comments on commit 1ae9203

Please sign in to comment.