Remove comments
This commit is contained in:
parent
26ce2b1d6a
commit
d52d5e7362
|
@ -1,12 +1,3 @@
|
|||
/*******************************************************************************
|
||||
* 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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
/*******************************************************************************
|
||||
* Themes
|
||||
******************************************************************************/
|
||||
|
||||
:root {
|
||||
--global-bg-color: #{$white-color};
|
||||
--global-code-bg-color: #{$code-bg-color-light};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue