Remove comments

This commit is contained in:
Santiago Lo Coco 2022-02-12 18:04:18 -03:00
parent 26ce2b1d6a
commit d52d5e7362
4 changed files with 2 additions and 40 deletions

View File

@ -1,13 +1,4 @@
/******************************************************************************* // Typography
* Styles for the base elements of the theme.
******************************************************************************/
@charset "UTF-8";
html{
margin-left: calc(100vw - 100%);
margin-right: 0;
}
// Typography
p, h1, h2, h3, h4, h5, h6, em, div, li, span, strong { p, h1, h2, h3, h4, h5, h6, em, div, li, span, strong {
color: var(--global-text-color); color: var(--global-text-color);

View File

@ -1,7 +1,3 @@
/******************************************************************************
* Content
******************************************************************************/
body { body {
padding-bottom: 70px; padding-bottom: 70px;
// font-family: 'Fira Code'; // font-family: 'Fira Code';
@ -33,19 +29,3 @@ body.sticky-bottom-footer {
width: 90%; width: 90%;
} }
} }
// TODO: redefine content layout.
/******************************************************************************
* Publications
******************************************************************************/
// TODO: redefine publications layout.
/*****************************************************************************
* Projects
*****************************************************************************/
// TODO: redefine projects layout.

View File

@ -1,7 +1,3 @@
/*******************************************************************************
* Themes
******************************************************************************/
:root { :root {
--global-bg-color: #{$white-color}; --global-bg-color: #{$white-color};
--global-code-bg-color: #{$code-bg-color-light}; --global-code-bg-color: #{$code-bg-color-light};

View File

@ -1,10 +1,5 @@
/*******************************************************************************
* Variables used throughout the theme.
* To adjust anything, simply edit the variables below and rebuild the theme.
******************************************************************************/
// Colors // Colors
$red-color: #FF3636 !default; $red-color: #FF3636 !default;
$red-color-dark: #B71C1C !default; $red-color-dark: #B71C1C !default;
$orange-color: #F29105 !default; $orange-color: #F29105 !default;