changes media directory, updated sass
This commit is contained in:
parent
e81396c8a0
commit
56f0748b57
6 changed files with 4 additions and 90 deletions
|
|
@ -1 +0,0 @@
|
||||||
/Users/ronny/notes/_share/media/js/collapsible.js
|
|
||||||
1
_share/media/js/org-media-js
Symbolic link
1
_share/media/js/org-media-js
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/Users/ronny/notes/_share/media/js
|
||||||
|
|
@ -1,88 +1,4 @@
|
||||||
@use "sass:map"
|
@use "sass:map"
|
||||||
@use "sass:color"
|
@use "sass:color"
|
||||||
|
|
||||||
@use 'org-media-sass/default-org-mode'
|
@use 'org-media-sass/categories/graphics' as *
|
||||||
|
|
||||||
@use 'org-media-sass/themes/modern-slate' as *
|
|
||||||
@use 'org-media-sass/fonts' as fonts
|
|
||||||
@use 'org-media-sass/mixins' as mixins-basic
|
|
||||||
|
|
||||||
@include mixins-basic.set-header-sizes($default-header-sizes)
|
|
||||||
@include mixins-basic.set-header-colors($default-header-colors)
|
|
||||||
@include mixins-basic.set-header-margins-sides($default-header-margins-sides)
|
|
||||||
@include mixins-basic.set-header-margins-vertical($default-header-margins-vertical)
|
|
||||||
|
|
||||||
|
|
||||||
/* Base Styles */
|
|
||||||
body
|
|
||||||
font-family: $primary-font
|
|
||||||
color: $text-color
|
|
||||||
background-color: $background-color
|
|
||||||
|
|
||||||
/* Link Styles */
|
|
||||||
a
|
|
||||||
color: $anchor-color
|
|
||||||
|
|
||||||
&:hover
|
|
||||||
color: $anchor-hover-color
|
|
||||||
|
|
||||||
// Lists
|
|
||||||
ul, ol
|
|
||||||
padding-left: $list-padding-left
|
|
||||||
|
|
||||||
|
|
||||||
// Blockquotes
|
|
||||||
blockquote
|
|
||||||
border-color: $secondary-color
|
|
||||||
color: color.adjust($text-color, $lightness: 10%)
|
|
||||||
font-family: $secondary-font
|
|
||||||
|
|
||||||
// Tables
|
|
||||||
table
|
|
||||||
color: $text-color
|
|
||||||
|
|
||||||
th, td
|
|
||||||
border-color: $table-border-color
|
|
||||||
|
|
||||||
th
|
|
||||||
background-color: $table-header-bg
|
|
||||||
color: $text-color
|
|
||||||
|
|
||||||
tr:nth-child(even)
|
|
||||||
background-color: color.adjust($background-color, $lightness: 5%)
|
|
||||||
|
|
||||||
/* Code Block Styles */
|
|
||||||
pre, code
|
|
||||||
background-color: $code-background-color
|
|
||||||
color: $code-text-color
|
|
||||||
|
|
||||||
font-family: $secondary-font
|
|
||||||
|
|
||||||
/* Header Styles */
|
|
||||||
h1, h2, h3, h4, h5, h6
|
|
||||||
font-family: $secondary-font
|
|
||||||
|
|
||||||
h3
|
|
||||||
a
|
|
||||||
color: color.adjust($anchor-color, $lightness: -12%)
|
|
||||||
&:hover
|
|
||||||
color: color.adjust($anchor-hover-color, $lightness: -12%)
|
|
||||||
|
|
||||||
// Notes
|
|
||||||
.note
|
|
||||||
background-color: $note-background-color
|
|
||||||
border-color: $note-border-color
|
|
||||||
color: $text-color
|
|
||||||
|
|
||||||
div#postamble
|
|
||||||
border-color: $note-border-color
|
|
||||||
color: color.adjust($note-border-color, $lightness: 20%)
|
|
||||||
|
|
||||||
/* Table of Contents Link */
|
|
||||||
.toc
|
|
||||||
color: $primary-color
|
|
||||||
|
|
||||||
div#table-of-contents ul li a
|
|
||||||
color: $toc-anchor-color
|
|
||||||
&:hover
|
|
||||||
color: $toc-anchor-hover-color
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d8096e6e31288fbf518a6861dc68a420ddd5d6e1
|
Subproject commit f323427d17198566f4cc6772eaa1de24911e73e4
|
||||||
|
|
@ -90,6 +90,4 @@
|
||||||
audio_stream_player_2d.play()
|
audio_stream_player_2d.play()
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
- put all this into a function and add it to the game_over function
|
- put all this into a function and add it to the game_over function
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue