Reorganize files
This commit is contained in:
30
custom.scss
Normal file
30
custom.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
/*-- scss:defaults --*/
|
||||
|
||||
// $body-bg: #ffffff;
|
||||
// $body-color: #7a6f69;
|
||||
// $link-color: #005088;
|
||||
// $selection-color: #00b0dc;
|
||||
|
||||
// $presentation-heading-color: $selection-color;
|
||||
// $tabset-border-color: #bbb3b0;
|
||||
|
||||
/*-- scss:rules --*/
|
||||
.slide-number,
|
||||
.reveal.has-logo .slide-number {
|
||||
bottom: 14px !important;
|
||||
left: 50px !important;
|
||||
top: unset !important;
|
||||
color: #777777 !important;
|
||||
}
|
||||
|
||||
.sup-zero-width {
|
||||
display: inline-block;
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
.zero-width {
|
||||
display: inline-block;
|
||||
width: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user