udpated default org mode
This commit is contained in:
parent
4f7e649374
commit
2a3598222e
1 changed files with 15 additions and 0 deletions
|
|
@ -5,6 +5,13 @@
|
||||||
@include mixins-basic.remove-section-number(h2)
|
@include mixins-basic.remove-section-number(h2)
|
||||||
@include mixins-basic.remove-section-number(h4)
|
@include mixins-basic.remove-section-number(h4)
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NOTE
|
||||||
|
* do NOT put ANYTHING in here that relies on an imported variable from a theme!
|
||||||
|
* all theme related variables MUST be put into the localized org-mode for that section
|
||||||
|
* of notes!!!
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* Base Styles */
|
/* Base Styles */
|
||||||
body
|
body
|
||||||
|
|
@ -125,3 +132,11 @@ div#table-of-contents
|
||||||
|
|
||||||
.playlist
|
.playlist
|
||||||
text-transform: capitalize
|
text-transform: capitalize
|
||||||
|
|
||||||
|
.contents-overview li
|
||||||
|
text-transform: uppercase
|
||||||
|
list-style-type: square
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
a
|
||||||
|
text-decoration: none
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue