diff --git a/_sass/_base.scss b/_sass/_base.scss index fc3a2b5..a15859a 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -1,13 +1,4 @@ -/******************************************************************************* - * Styles for the base elements of the theme. - ******************************************************************************/ -@charset "UTF-8"; -html{ - margin-left: calc(100vw - 100%); - margin-right: 0; -} - - // Typography +// Typography p, h1, h2, h3, h4, h5, h6, em, div, li, span, strong { color: var(--global-text-color); diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 9215913..a470301 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -1,7 +1,3 @@ -/****************************************************************************** - * Content - ******************************************************************************/ - body { padding-bottom: 70px; // font-family: 'Fira Code'; @@ -33,19 +29,3 @@ body.sticky-bottom-footer { width: 90%; } } - -// TODO: redefine content layout. - - -/****************************************************************************** - * Publications - ******************************************************************************/ - -// TODO: redefine publications layout. - - -/***************************************************************************** -* Projects -*****************************************************************************/ - -// TODO: redefine projects layout. diff --git a/_sass/_themes.scss b/_sass/_themes.scss index 2bf8cc0..d075aa5 100644 --- a/_sass/_themes.scss +++ b/_sass/_themes.scss @@ -1,7 +1,3 @@ -/******************************************************************************* - * Themes - ******************************************************************************/ - :root { --global-bg-color: #{$white-color}; --global-code-bg-color: #{$code-bg-color-light}; diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 4a8a480..942b15a 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -1,10 +1,5 @@ -/******************************************************************************* - * Variables used throughout the theme. - * To adjust anything, simply edit the variables below and rebuild the theme. - ******************************************************************************/ - - // Colors + $red-color: #FF3636 !default; $red-color-dark: #B71C1C !default; $orange-color: #F29105 !default;